diff --git a/_includes/head.html b/_includes/head.html index a0f528d..978ed38 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,26 +4,26 @@ - + content="{% if page.title %} {{ page.title }} {% else %} Andrew Cassidy's Website {% endif %}"> + {% if page.collection == "posts" %} + content="article"> + content="{{ page.date | date_to_xmlschema }}"> + content="Blog"> {% for tag in page.tags %} - + {% endfor %} {% if page.image %} + content="{{site.url}}/images/{{page.path | split: '/' | last | split: '.' | first }}/{{page.image}}"> {% endif %} {% else %} + content="website"> {% endif %}