From 52f1fd1cce41c89c3d3f4f567ebe6ca2500d8efb Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 5 May 2019 00:21:27 -0700 Subject: [PATCH] Update head.html enable OG descriptions for all pages if available --- _includes/head.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index c2da55d..dff34bd 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,6 +12,18 @@ content="{{site.url}}/images/{{page.path | split: '/' | last | split: '.' | first }}/{{page.image}}"/> {% endif %} + {% if page.description %} + + {% else %} + + {% endif %} + {% if page.collection == "posts" %} @@ -24,18 +36,6 @@ {% endfor %} - - {% if page.description %} - - {% else %} - - {% endif %} {% else %}