update: https

This commit is contained in:
rottenstonks 2023-03-12 00:32:05 +00:00 committed by GitHub
parent c6032ba4ec
commit 83a3039c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ layout: null
<entry>
<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>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<content type="html">{{ post.content | xml_escape | truncatewords:50 }}</content>
@ -27,4 +27,4 @@ layout: null
{% endfor %}
</feed>
</feed>