mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
New structure for images
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
<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 %}" />
|
||||
<meta property="og:image" content="{{ site.url }}http://ketangupta.in/wona-images/{% if page.image %}posts/{{page.image}}{% else %}posts/main-building.jpg{% endif %}" />
|
||||
{% if page.description != null %}
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user