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 %}
|
||||
<description>
|
||||
{% 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 %}
|
||||
{{ post.excerpt | xml_escape }}
|
||||
{{ post.content | xml_escape }}
|
||||
</description>
|
||||
{% else %}
|
||||
<description>
|
||||
{{ post.excerpt | xml_escape }}
|
||||
{{ post.content | xml_escape }}
|
||||
</description>
|
||||
{% endif %}
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
|
Loading…
x
Reference in New Issue
Block a user