fix rss feed

pull/1/head
maia arson crimew 2023-05-10 15:17:54 +02:00
parent 93efcf6675
commit 584aa15038
1 changed files with 1 additions and 1 deletions

View File

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