rss: somewhat fix feed generation + live reload errors
parent
925d76afc3
commit
a479605e46
|
@ -36,7 +36,7 @@ metadata:
|
|||
{% endif %}
|
||||
<updated>{{ post.date | dateToRfc3339 }}</updated>
|
||||
<id>{{ absolutePostUrl }}</id>
|
||||
<content type="html">{{ post.templateContent | safe | htmlToAbsoluteUrls(absolutePostUrl) }}</content>
|
||||
<content type="html">{{ post.content | safe | htmlToAbsoluteUrls(absolutePostUrl) | safe }}</content>
|
||||
</entry>
|
||||
{%- endfor %}
|
||||
</feed>
|
||||
|
|
Loading…
Reference in New Issue