cleric-plus-thief/templates/blogitem.rec.template

12 lines
302 B
Plaintext
Raw Permalink Normal View History

2022-09-03 23:26:07 +00:00
<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>
2022-09-05 17:58:14 +00:00
<![CDATA[
syscmd(`pandoc -t html src/{{source}}')
]]>
2022-09-03 23:26:07 +00:00
</description>
</item>