diff options
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/templates/blog_feed.xml.j2 (renamed from blog/templates/feed.xml.j2) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/templates/feed.xml.j2 b/blog/templates/blog_feed.xml.j2 index 7e51092..1133d85 100644 --- a/blog/templates/feed.xml.j2 +++ b/blog/templates/blog_feed.xml.j2 @@ -11,7 +11,7 @@ <title>{{ post.title() }}</title> <link>{{ post.get_link() }}</link> <description>{{ post.intro }}</description> - <guid isPermaLink="false">{{ post.get_link() }}</guid> + <guid>{{ post.get_link() }}</guid> <author>contact@wazul.moe</author> <pubDate>{{ post.get_publish_time_rfc2822() }}</pubDate> </item> |
