summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-17 16:26:27 +0100
committerYehonal <yehonal.azeroth@gmail.com>2018-12-17 21:01:03 +0100
commitf294f6ee3f5679b0c1f34a38e9d0f5603d68f8e7 (patch)
treef7e5a875d2b480d333b55f27c5755cf0c442ee89
parent9ef3413faaab570a3bcd88d4cc20a64909796c80 (diff)
downloadwiki-f294f6ee3f5679b0c1f34a38e9d0f5603d68f8e7.tar.gz
wiki-f294f6ee3f5679b0c1f34a38e9d0f5603d68f8e7.tar.bz2
wiki-f294f6ee3f5679b0c1f34a38e9d0f5603d68f8e7.zip
site.url in sitemap_full is needed
-rw-r--r--sitemap_full.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sitemap_full.xml b/sitemap_full.xml
index 793a0bb..1b6bd4f 100644
--- a/sitemap_full.xml
+++ b/sitemap_full.xml
@@ -27,8 +27,8 @@ sitemap: false
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
- <link>{{ post.url | relative_url }}</link>
- <guid isPermaLink="true">{{ post.url | relative_url }}</guid>
+ <link>{{site.url}}{{ post.url | relative_url }}</link>
+ <guid isPermaLink="true">{{site.url}}{{ post.url | relative_url }}</guid>
</item>
{% endif %}
{% endif %}