gamelog/templates/feed.template

9 lines
196 B
Plaintext
Raw Normal View History

2022-02-11 04:26:27 +00:00
<item>
<title>{{System}} - {{Module}}</title>
2022-02-11 22:08:17 +00:00
<link>http://tilde.town/~dozens/gamelog/index.html</link>
2022-02-11 04:26:27 +00:00
<pubDate>{{Updated}}</pubDate>
<description>
{{Notes}}
</description>
</item>