Fix xsl error
How dare I try to use an <hr>?!
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user