summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-17 16:23:53 +0100
committerYehonal <yehonal.azeroth@gmail.com>2018-12-17 21:00:54 +0100
commit9ef3413faaab570a3bcd88d4cc20a64909796c80 (patch)
treebbe74a68a50bd36656d4194c405ff5ec40c9afda
parentbe48148342d1412c6247d554ff07203440b31e25 (diff)
downloadwiki-9ef3413faaab570a3bcd88d4cc20a64909796c80.tar.gz
wiki-9ef3413faaab570a3bcd88d4cc20a64909796c80.tar.bz2
wiki-9ef3413faaab570a3bcd88d4cc20a64909796c80.zip
fixed url in sitemap_full
-rw-r--r--sitemap_full.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sitemap_full.xml b/sitemap_full.xml
index be981b6..793a0bb 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>{{ site.url }}{{ post.url }}</link>
- <guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
+ <link>{{ post.url | relative_url }}</link>
+ <guid isPermaLink="true">{{ post.url | relative_url }}</guid>
</item>
{% endif %}
{% endif %}