diff --git a/_includes/head.html b/_includes/head.html index a7457cad6..62681e3ea 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,6 +2,7 @@ {% assign title = page.title | default: site.title | escape %} {% assign description = page.description | default: site.description | strip_html | strip_newlines | truncate: 160 %} + {% assign image = page.image | default: site.author.image %} {% if page.name and page.collection == 'projects' %} {% assign title = page.name | escape %} @@ -14,6 +15,7 @@ +