Sha256: 51e84b5f25ee6a85ef2ac684c1fdfa12b8dabd2db9ac2bd52df450abc72993b1
Contents?: true
Size: 327 Bytes
Versions: 30
Compression:
Stored size: 327 Bytes
Contents
<entry> <title>#{ h @entry.title }</title> <link href='#{ request.domain @entry.href }' /> <id>#{ "#{ Blog.options.uuid }#{ @entry.href }" }</id> <updated>#{ @entry.updated.iso8601 }</updated> <summary>#{ @entry.summary }</summary> <content type="html">#{ h(Maruku.new(@entry.content).to_html) }</content> </entry>
Version data entries
30 entries across 30 versions & 4 rubygems