diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 19:27:54 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 21:01:39 +0100 |
| commit | 15416ecb2d7b0a38eae59385a600a7e27cd59110 (patch) | |
| tree | 185007435eb225eb6fa7100cca6fa6b85b211e15 | |
| parent | de8c2e566f90f4744dfe1ddbf6c65ba7589f90e6 (diff) | |
| download | wiki-15416ecb2d7b0a38eae59385a600a7e27cd59110.tar.gz wiki-15416ecb2d7b0a38eae59385a600a7e27cd59110.tar.bz2 wiki-15416ecb2d7b0a38eae59385a600a7e27cd59110.zip | |
fixed post urls in sitemap_full
| -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 %} |
