feature images support
This commit is contained in:
@ -12,11 +12,11 @@
|
||||
<meta name="og:url" content="{{ site.url }}{{ page.url }}">
|
||||
{% if page.title %}<meta property="og:title" content="{{ page.title }}"/>{% endif %}
|
||||
{% if page.summary %}<meta property="og:description" content="{{ page.summary }}"/>{% endif %}
|
||||
{% if page.image %}<meta property="og:image" content=""/>{% endif %}
|
||||
{% if page.image %}<meta property="og:image" content="{{ site.url }}{{ page.image }}"/>{% endif %}
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:creator" content="@walkah">
|
||||
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}">
|
||||
<meta name="twitter:title" content="{{ page.title }}">
|
||||
{% if page.summary %}<meta name="twitter:description" content="{{ page.summary }}">{% endif %}
|
||||
{% if page.image %}<meta name="twitter:image" content="{{ page.image }}">{% endif %}
|
||||
{% if page.image %}<meta name="twitter:image" content="{{ site.url }}{{ page.image }}">{% endif %}
|
||||
<meta name="microid" content="mailto+http:sha1:d1026e95deb9e779de34648de0c7e2c83e1d2a73" />
|
||||
|
Reference in New Issue
Block a user