mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Temporarily update id
This commit is contained in:
parent
5e0ea073c6
commit
2d39096d50
1 changed files with 1 additions and 7 deletions
8
feed.xml
8
feed.xml
|
@ -1,12 +1,6 @@
|
|||
---
|
||||
layout: minify
|
||||
---
|
||||
{% capture time_seed %}
|
||||
{{ 'now' | date: "%s" }}
|
||||
{% endcapture %}
|
||||
|
||||
{% assign random = time_seed | times: 1103515245 | plus: 12345 | divided_by: 65536 | modulo: 32768 | modulo: 10 %}
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>{{ site.title }} News</title>
|
||||
|
@ -24,7 +18,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 | date: '%Y-%m-%d' }}</id>
|
||||
<id>{{ site.url }}/news#{{ post.date | date: '%Y-%m-%d' }}a</id>
|
||||
<link href="{{ site.url }}/news#{{ post.date | date: '%Y-%m-%d' }}"/>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue