From 15416ecb2d7b0a38eae59385a600a7e27cd59110 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 19:27:54 +0100 Subject: fixed post urls 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 6e21d19..993fe60 100644 --- a/sitemap_full.xml +++ b/sitemap_full.xml @@ -15,8 +15,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 }} + {{site.url}}{{ post.url | relative_url }} + {{site.url}}{{ post.url | relative_url }} {% endif %} {% endfor %} -- cgit