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