Feed fixes

This commit is contained in:
mathiascode 2019-12-01 07:58:16 +02:00
parent 751aaa618b
commit cbc49e22e3

View file

@ -24,8 +24,8 @@ layout: minify
<content type="html">{{ post.content | xml_escape }}</content> <content type="html">{{ post.content | xml_escape }}</content>
<published>{{ post.date | date_to_xmlschema }}</published> <published>{{ post.date | date_to_xmlschema }}</published>
<updated>{{ post.date | date_to_xmlschema }}</updated> <updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}/news/#{{ post.date | date: '%Y-%m-%d' }}</id> <id>{{ site.url }}/news#{{ post.date | date: '%Y-%m-%d' }}</id>
<link href="{{ site.url }}/news/#{{ post.date | date: '%Y-%m-%d' }}"/> <link href="{{ site.url }}/news#{{ post.date | date: '%Y-%m-%d' }}"/>
</entry> </entry>
{% endfor %} {% endfor %}
</feed> </feed>