gdritter repos tms / master example-site / templates / atom-element.mustache
master

Tree @master (Download .tar.gz)

atom-element.mustache @masterraw · history · blame

<entry>
  <title>{{title}}</title>
  <link>{{url}}</link>
  <id>{{url}}</id>
  <updated>{{date}}</updated>
  <author>
    <name>Getty Ritter</name>
    <email>what-happens-when-computer@infinitenegativeutility.com</email>
  </author>
  <content type="html">
    <![CDATA[{{{content}}}]]>
  </content>
</entry>