New structure for images

This commit is contained in:
Ketan Gupta
2018-01-17 16:43:12 +05:30
parent 8f505aaf78
commit 381cf5b83e
372 changed files with 174 additions and 236 deletions

View File

@ -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 %}