Fix RSS content issue

This commit is contained in:
mathiascode 2019-12-01 08:56:55 +02:00
parent be556cdd45
commit 1392d6b9a5

View file

@ -2,7 +2,7 @@
layout: minify layout: minify
--- ---
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"> <feed xmlns="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<title>{{ site.title }} News</title> <title>{{ site.title }} News</title>
<subtitle>{{ site.description }}</subtitle> <subtitle>{{ site.description }}</subtitle>
<updated>{{ site.time | date_to_xmlschema }}</updated> <updated>{{ site.time | date_to_xmlschema }}</updated>