summaryrefslogtreecommitdiffstats
path: root/templates/feed.xml
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-30 11:30:59 +0100
committerVolpeon <git@volpeon.ink>2020-12-30 11:30:59 +0100
commitd90d07fa3938c944fe8897e7ce1d995bd660573d (patch)
treea1c6a331a00ab9fb40104a0f7d828cd66ac6c2e2 /templates/feed.xml
parentFixed finding subpages in some cases, use multiple sorted arrays for categories (diff)
downloadvolpeon.ink-d90d07fa3938c944fe8897e7ce1d995bd660573d.tar.gz
volpeon.ink-d90d07fa3938c944fe8897e7ce1d995bd660573d.tar.bz2
volpeon.ink-d90d07fa3938c944fe8897e7ce1d995bd660573d.zip
Better templates structure, better script config
Diffstat (limited to 'templates/feed.xml')
-rw-r--r--templates/feed.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/feed.xml b/templates/feed.xml
index f1439eb..d760b04 100644
--- a/templates/feed.xml
+++ b/templates/feed.xml
@@ -42,6 +42,7 @@
42 <link href="$it.url.full$"/> 42 <link href="$it.url.full$"/>
43 <published>$it.date.rfc3339$</published> 43 <published>$it.date.rfc3339$</published>
44 <updated>$it.date.rfc3339$</updated> 44 <updated>$it.date.rfc3339$</updated>
45 $-- <content>$it.plain$</content>
45 </entry> 46 </entry>
46 $endif$ 47 $endif$
47 $endfor$ 48 $endfor$