mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Post URL test
This commit is contained in:
parent
24ea053e52
commit
b9834ce6f0
1 changed files with 1 additions and 1 deletions
2
feed.xml
2
feed.xml
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue