mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-26 04:53:30 +01:00
update: https
This commit is contained in:
parent
c6032ba4ec
commit
83a3039c24
4
atom.xml
4
atom.xml
@ -19,7 +19,7 @@ layout: null
|
|||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<title>{{ post.title }}</title>
|
<title>{{ post.title }}</title>
|
||||||
<link href="{{ site.url }}{{ post.url }}.html"/>
|
<link href="https://{{ site.url }}{{ post.url }}.html"/>
|
||||||
<id>{{ site.url }}{{ post.id }}</id>
|
<id>{{ site.url }}{{ post.id }}</id>
|
||||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||||
<content type="html">{{ post.content | xml_escape | truncatewords:50 }}</content>
|
<content type="html">{{ post.content | xml_escape | truncatewords:50 }}</content>
|
||||||
@ -27,4 +27,4 @@ layout: null
|
|||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</feed>
|
</feed>
|
||||||
|
Loading…
Reference in New Issue
Block a user