opengraph
This commit is contained in:
parent
f0824d38b6
commit
d29d140b3e
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue