Post URL test

This commit is contained in:
mathiascode 2019-12-01 07:48:19 +02:00
parent 24ea053e52
commit b9834ce6f0

View file

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