forked from nyancrimew/maia.crimew.gay
rss: somewhat fix feed generation + live reload errors
This commit is contained in:
parent
925d76afc3
commit
a479605e46
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue