atom feed improvements

pull/1/head
maia arson crimew 2023-08-03 00:21:02 +02:00
parent 4efefb6b0f
commit f35d30d7f5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ metadata:
{% endif %}
<updated>{{ post.date | dateToRfc3339 }}</updated>
<id>{{ absolutePostUrl }}</id>
<content type="html">{{ post.templateContent | safe | htmlToAbsoluteUrls(absolutePostUrl) | safe }}</content>
<content type="html"><![CDATA[{{ post.templateContent | safe | htmlToAbsoluteUrls(absolutePostUrl) | safe }}]]></content>
</entry>
{%- endfor %}
</feed>