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