]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/blog/feed.xml
RSS: Fix empty GUID field
[ipfire.org.git] / src / templates / blog / feed.xml
index 82c239b46563ce0d9ce253712af2206830bbe706..1796d3d0aa4cede09297ee8e680fc699085dd1cb 100644 (file)
@@ -36,7 +36,7 @@
                                        <author>{{ post.author }}</author>
                                {% end %}
                                <pubDate>{{ post.published_at.strftime("%a, %d %b %Y %H:%M:%S +0200") }}</pubDate>
-                               <guid isPermaLink="false"></guid>
+                               <guid isPermaLink="true">https://blog.ipfire.org/post/{{ post.slug }}</guid>
                                <description><![CDATA[{% raw post.html %}]]></description>
                        </item>
                {% end %}