opengraph
This commit is contained in:
parent
0666529138
commit
9082150845
|
|
@ -11,7 +11,7 @@
|
||||||
<link>{{ post.url }}</link>
|
<link>{{ post.url }}</link>
|
||||||
<guid isPermaLink='true' >{{ post.url }}</guid>
|
<guid isPermaLink='true' >{{ post.url }}</guid>
|
||||||
<pubDate>{{ post.published_at.toRfc2822String }}</pubDate>
|
<pubDate>{{ post.published_at.toRfc2822String }}</pubDate>
|
||||||
<description><![CDATA[<img src="{{post.featured_image|media_cdn}}">{{ post.summary }} ]]></description>
|
<description><![CDATA[<img src="{{post.featured_image|media_cdn}}">{{ post.summary|raw}} ]]></description>
|
||||||
<content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<![CDATA[ {{post.content_html|raw}} ]]>
|
<![CDATA[ {{post.content_html|raw}} ]]>
|
||||||
</content:encoded>
|
</content:encoded>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue