mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Update feed.xml
This commit is contained in:
parent
dce44ca100
commit
40472222af
6
feed.xml
6
feed.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user