Update feed.xml

This commit is contained in:
Tom 2025-01-20 16:37:56 +00:00
parent dce44ca100
commit 40472222af

View File

@ -25,13 +25,13 @@ layout: none
{% if post.excerpt %} {% if post.excerpt %}
<description> <description>
{% if post.social_image %} {% if post.social_image %}
<![CDATA[<img src="{{ site.url }}{{ post.social_image }}" alt="{{ post.alt }}"/>]]> <![CDATA[<img src="{{ site.url }}{{ post.social_image }}" alt="{{ post.alt }}"/><br><br>]]>
{% endif %} {% endif %}
{{ post.excerpt | xml_escape }} {{ post.content | xml_escape }}
</description> </description>
{% else %} {% else %}
<description> <description>
{{ post.excerpt | xml_escape }} {{ post.content | xml_escape }}
</description> </description>
{% endif %} {% endif %}
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate> <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>