diff options
| author | Botond Hende <nettingman@gmail.com> | 2025-12-23 17:39:29 +0100 |
|---|---|---|
| committer | Botond Hende <nettingman@gmail.com> | 2025-12-23 17:39:29 +0100 |
| commit | a365cbec827ad44e196c62558272e723e3a3b564 (patch) | |
| tree | 8655728428e2eaffd7c58b5c265c06a46c5d8560 /blog | |
| parent | 7308b658153e089456dd1b5ad691ff8db19088cd (diff) | |
comic page, other than buttons, finished
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> |
