From 9ef3413faaab570a3bcd88d4cc20a64909796c80 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 16:23:53 +0100 Subject: fixed url in sitemap_full --- sitemap_full.xml | 4 ++-- 1 file 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 {{ post.title | xml_escape }} {{ post.content | xml_escape }} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} - {{ site.url }}{{ post.url }} - {{ site.url }}{{ post.url }} + {{ post.url | relative_url }} + {{ post.url | relative_url }} {% endif %} {% endif %} -- cgit