diff options
author | Volpeon <git@volpeon.ink> | 2021-05-26 08:57:55 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-26 08:57:55 +0200 |
commit | d845da89b7411536fcd939cf20323c6c31e7d92e (patch) | |
tree | 574192d00ebba1e7c4f30cc4f9513530b0169f10 /templates | |
parent | Use full URLs in feed where required (diff) | |
download | volpeon.ink-d845da89b7411536fcd939cf20323c6c31e7d92e.tar.gz volpeon.ink-d845da89b7411536fcd939cf20323c6c31e7d92e.tar.bz2 volpeon.ink-d845da89b7411536fcd939cf20323c6c31e7d92e.zip |
Missed a URL
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 9ca62f4..458202a 100644 --- a/templates/feed.xml +++ b/templates/feed.xml | |||
@@ -4,7 +4,7 @@ | |||
4 | <link href="$url.full$" 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.full$</id> |
8 | $for(author)$ | 8 | $for(author)$ |
9 | <author> | 9 | <author> |
10 | <name>$it.name$</name> | 10 | <name>$it.name$</name> |