UI updates
This commit is contained in:
@ -33,7 +33,7 @@ permalink: "/feeds/{{ tag | slugify }}.xml"
|
||||
{% if post.data.imageURL %}{% set imageURL %}{{ post.data.imageURL | htmlBaseUrl(metadata.url) }}{% endset %}{% endif %}
|
||||
{% set defaultImageURL %}{{ metadata.defaultPostImageURL | htmlBaseUrl(metadata.url) }}{% endset %}
|
||||
<entry>
|
||||
<title>{{ post.data.title }}</title>
|
||||
<title>{{ post.data.title | safe }}</title>
|
||||
<description>{{ post.data.description | truncate(150) }}</description>
|
||||
<link href="{{ absolutePostUrl }}"/>
|
||||
<updated>{{ post.date | dateToRfc3339 }}</updated>
|
||||
@ -44,6 +44,7 @@ permalink: "/feeds/{{ tag | slugify }}.xml"
|
||||
<link href="{{ absolutePostUrl }}"/>
|
||||
</image>
|
||||
<content type="html">{{ post.templateContent | transformWithHtmlBase(absolutePostUrl, post.url) }}</content>
|
||||
<hr>
|
||||
</entry>
|
||||
{%- endfor %}
|
||||
</feed>
|
||||
|
Reference in New Issue
Block a user