Fix another XML issue
This commit is contained in:
parent
35367c5b6f
commit
de0e840578
@ -33,7 +33,7 @@ permalink: "/feeds/{{ tag | slugify }}.xml"
|
|||||||
{% if post.data.imageURL %}{% set imageURL %}{{ post.data.imageURL | htmlBaseUrl(metadata.url) }}{% endset %}{% endif %}
|
{% if post.data.imageURL %}{% set imageURL %}{{ post.data.imageURL | htmlBaseUrl(metadata.url) }}{% endset %}{% endif %}
|
||||||
{% set defaultImageURL %}{{ metadata.defaultPostImageURL | htmlBaseUrl(metadata.url) }}{% endset %}
|
{% set defaultImageURL %}{{ metadata.defaultPostImageURL | htmlBaseUrl(metadata.url) }}{% endset %}
|
||||||
<entry>
|
<entry>
|
||||||
<title>{{ post.data.title | safe }}</title>
|
<title>{{ post.data.title }}</title>
|
||||||
<description>{{ post.data.description | truncate(150) }}</description>
|
<description>{{ post.data.description | truncate(150) }}</description>
|
||||||
<link href="{{ absolutePostUrl }}"/>
|
<link href="{{ absolutePostUrl }}"/>
|
||||||
<updated>{{ post.date | dateToRfc3339 }}</updated>
|
<updated>{{ post.date | dateToRfc3339 }}</updated>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user