summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-31 18:04:32 +0100
committerVolpeon <git@volpeon.ink>2020-12-31 18:04:32 +0100
commit59bfd90c13f1f95a3443c3a167d49af4175a7c26 (patch)
treec69cdb24d707a4cf95e9d6956d9f2712805e96c8 /templates
parentDesign: Less vertical padding for containers on mobile (diff)
downloadvolpeon.ink-59bfd90c13f1f95a3443c3a167d49af4175a7c26.tar.gz
volpeon.ink-59bfd90c13f1f95a3443c3a167d49af4175a7c26.tar.bz2
volpeon.ink-59bfd90c13f1f95a3443c3a167d49af4175a7c26.zip
Add last_update metadata to pages
Diffstat (limited to 'templates')
-rw-r--r--templates/feed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feed.xml b/templates/feed.xml
index d760b04..0b828f6 100644
--- a/templates/feed.xml
+++ b/templates/feed.xml
@@ -41,7 +41,7 @@
41 $endif$ 41 $endif$
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.last_update.rfc3339$</updated>
45 $-- <content>$it.plain$</content> 45 $-- <content>$it.plain$</content>
46 </entry> 46 </entry>
47 $endif$ 47 $endif$