Fixed quotes in the title for graph api

This commit is contained in:
Asutosh Palai
2017-03-09 21:22:17 +05:30
parent d3bee4d64f
commit df493934f9

View File

@ -21,7 +21,7 @@
<!-- Open Graph protocol -->
<meta property="og:site_name" content="Watch Out! News Agency" />
<meta property="og:title" content="{{ title }}" />
<meta property="og:title" content="{{ title | xml_escape }}" />
<meta property="og:type" content="{% if page.excerpt %}article{% else %}website{% endif %}" />
<meta property="og:url" content="{{ site.url }}{{ page.url }}/" />
<meta property="og:image" content="{{ site.url }}/images/{% if page.image %}posts/{{page.image}}{% else %}posts/main-building.jpg{% endif %}" />