From 29970761cd1b44bed2eef53cddb0d7532e51287b Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 4 May 2019 23:52:04 -0700 Subject: [PATCH] fix typo with opengraph implementation --- _includes/head.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 %}