We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
feed
1 parent a446d02 commit fea76a4Copy full SHA for fea76a4
src/feed.njk
@@ -13,8 +13,8 @@
13
}
14
15
---
16
-
17
<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet href="pretty-atom-feed.xsl" type="text/xsl"?>
18
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="{{ link.website }}">
19
<title>{{ metadata.title }}</title>
20
<subtitle>{{ metadata.subtitle }}</subtitle>
@@ -37,7 +37,7 @@
37
<id>{{ absolutePostUrl }}</id>
38
<content xml:lang="{{ metadata.language }}" type="html">
39
{%- set templateContent = post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) %}
40
- {{ templateContent | safe }}
+ {{ templateContent }}
41
</content>
42
</entry>
43
{%- endfor %}
src/pretty-atom-feed.xsl
0 commit comments