diff options
| -rw-r--r-- | sitemap_full.xml | 4 |
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 %} |
