mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fixed quotes in the title for graph api
This commit is contained in:
@ -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 %}" />
|
||||
|
||||
Reference in New Issue
Block a user