Fix xsl error

How dare I try to use an <hr>?!
This commit is contained in:
Nathan Upchurch 2025-01-24 14:05:00 -06:00
parent 1c3ab2d1fb
commit ec4c5d259b

View File

@ -44,7 +44,6 @@ permalink: "/feeds/{{ tag | slugify }}.xml"
<link href="{{ absolutePostUrl }}"/> <link href="{{ absolutePostUrl }}"/>
</image> </image>
<content type="html">{{ post.templateContent | transformWithHtmlBase(absolutePostUrl, post.url) }}</content> <content type="html">{{ post.templateContent | transformWithHtmlBase(absolutePostUrl, post.url) }}</content>
<hr>
</entry> </entry>
{%- endfor %} {%- endfor %}
</feed> </feed>