rss: somewhat fix feed generation + live reload errors

pull/1/head
maia arson crimew 2023-07-24 18:16:38 +02:00
parent 925d76afc3
commit a479605e46
1 changed files with 1 additions and 1 deletions

View File

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