From 7d497d62dec7034412e2772f086d1692c5b6a5b4 Mon Sep 17 00:00:00 2001 From: jluccisano Date: Sun, 12 Feb 2017 17:22:00 +0100 Subject: [PATCH] Update seo.html for meta description (#558) Adding standard meta description immediately after seo_description has been defined --- _includes/seo.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/seo.html b/_includes/seo.html index ccdd46bc2806..a87e4413c890 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -25,6 +25,8 @@ {% assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once %} {% endif %} + + {% assign seo_author = page.author | default: page.author[0] | default: site.author[0] %} {% if seo_author %} {% if seo_author.twitter %}