diff options
author | Volpeon <git@volpeon.ink> | 2020-12-31 21:59:58 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-31 21:59:58 +0100 |
commit | 1caccddbdfb2c1102be1a1da29f6a03e64695abe (patch) | |
tree | 4c1543a2a251c9f6d3ea90ccb9c403bc4e555478 /templates | |
parent | Add last_update metadata to pages (diff) | |
download | volpeon.ink-1caccddbdfb2c1102be1a1da29f6a03e64695abe.tar.gz volpeon.ink-1caccddbdfb2c1102be1a1da29f6a03e64695abe.tar.bz2 volpeon.ink-1caccddbdfb2c1102be1a1da29f6a03e64695abe.zip |
Revert to old subpage find commands, include page content in feed
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feed.xml b/templates/feed.xml index 0b828f6..4cc2c17 100644 --- a/templates/feed.xml +++ b/templates/feed.xml | |||
@@ -42,7 +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.last_update.rfc3339$</updated> | 44 | <updated>$it.last_update.rfc3339$</updated> |
45 | $-- <content>$it.plain$</content> | 45 | <content type="html"><![CDATA[$it.content$]]></content> |
46 | </entry> | 46 | </entry> |
47 | $endif$ | 47 | $endif$ |
48 | $endfor$ | 48 | $endfor$ |