summaryrefslogtreecommitdiff
path: root/_layouts/master.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/master.html')
-rw-r--r--_layouts/master.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index fda1576..17f5d60 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -37,7 +37,11 @@
{% else %}
<meta property="og:description" content="{{ site.description }}">
{% endif %}
+ {% if page.image %}
+ <meta property="og:image" content="{{ page.image }}">
+ {% else %}
<meta property="og:image" content="http://www.benburwell.com/assets/images/icons/benburwell.png">
+ {% endif %}
<meta property="og:type" content="website">
<meta property="fb:admins" content="1439777397">
@@ -51,7 +55,11 @@
{% else %}
<meta property="twitter:description" content="{{ site.description }}">
{% endif %}
+ {% if page.image %}
+ <meta name="twitter:image:src" content="{{ page.image }}">
+ {% else %}
<meta name="twitter:image:src" content="http://www.benburwell.com/assets/images/icons/benburwell.png">
+ {% endif %}
<meta name="twitter:domain" content="BenBurwell.com">
<!-- TypeKit -->