summaryrefslogtreecommitdiffstats
path: root/templates/feed.xml
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-26 08:56:41 +0200
committerVolpeon <git@volpeon.ink>2021-05-26 08:56:41 +0200
commit2d3a8bc61011e719bdbbc2bb4555821462393326 (patch)
tree05ad0ec8de936e83c1d8bd4adfab10326c5ff1fa /templates/feed.xml
parentCategory list improvements, generate ATOM feeds (diff)
downloadvolpeon.ink-2d3a8bc61011e719bdbbc2bb4555821462393326.tar.gz
volpeon.ink-2d3a8bc61011e719bdbbc2bb4555821462393326.tar.bz2
volpeon.ink-2d3a8bc61011e719bdbbc2bb4555821462393326.zip
Use full URLs in feed where required
Diffstat (limited to 'templates/feed.xml')
-rw-r--r--templates/feed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feed.xml b/templates/feed.xml
index ad665d2..9ca62f4 100644
--- a/templates/feed.xml
+++ b/templates/feed.xml
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<feed xmlns="http://www.w3.org/2005/Atom"> 2<feed xmlns="http://www.w3.org/2005/Atom">
3 <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> 3 <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title>
4 <link href="$url.abs$" rel="self"/> 4 <link href="$url.full$" rel="self"/>
5 <link href="$page.url.abs$"/> 5 <link href="$page.url.abs$"/>
6 <updated>$last_update.rfc3339$</updated> 6 <updated>$last_update.rfc3339$</updated>
7 <id>$url.abs$</id> 7 <id>$url.abs$</id>