cleric-plus-thief/templates/blogitem.rec.template
2022-09-05 11:58:14 -06:00

12 lines
302 B
Plaintext

<item>
<title>{{title}}</title>
<link>http://tilde.town/~dozens/clericthief/{{link}}</link>
<pubDate>syscmd(`gdate -d {{time}}')</pubDate>
<guid isPermaLink="false">{{time}} {{title}}</guid>
<description>
<![CDATA[
syscmd(`pandoc -t html src/{{source}}')
]]>
</description>
</item>