opengraph

This commit is contained in:
merdan 2021-05-21 17:04:18 +05:00
parent f0824d38b6
commit d29d140b3e
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
<link>{{ post.url }}</link>
<guid isPermaLink='true' >{{ post.url }}</guid>
<pubDate>{{ post.published_at.toRfc2822String }}</pubDate>
<description><img src="{{post.featured_image|media_cdn}}">{{ post.summary }}</description>
<description><![CDATA[<img src="{{post.featured_image|media_cdn}}">{{ post.summary }} ]]></description>
<content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/">
{{post.content_html}}
<![CDATA[ {{post.content_html}} ]]>
</content:encoded>
</item>
{% endfor %}