mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fixes fb url
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
<meta property="og:site_name" content="Watch Out! News Agency" />
|
||||
<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: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 %}" />
|
||||
{% if page.description != null %}
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
|
||||
Reference in New Issue
Block a user