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 6e21d19..993fe60 100644 --- a/sitemap_full.xml +++ b/sitemap_full.xml @@ -15,8 +15,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>{{site.url}}{{ post.url | relative_url }}</link> + <guid isPermaLink="true">{{site.url}}{{ post.url | relative_url }}</guid> </item> {% endif %} {% endfor %} |
