mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Feed fixes
This commit is contained in:
parent
751aaa618b
commit
cbc49e22e3
1 changed files with 2 additions and 2 deletions
4
feed.xml
4
feed.xml
|
@ -24,8 +24,8 @@ 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 | date: '%Y-%m-%d' }}</id>
|
||||
<link href="{{ site.url }}/news/#{{ post.date | date: '%Y-%m-%d' }}"/>
|
||||
<id>{{ site.url }}/news#{{ post.date | date: '%Y-%m-%d' }}</id>
|
||||
<link href="{{ site.url }}/news#{{ post.date | date: '%Y-%m-%d' }}"/>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
</feed>
|
||||
|
|
Loading…
Reference in a new issue