From 44d2313a80c0b5267f9e79bfe33946e594ec85c7 Mon Sep 17 00:00:00 2001 From: Jason Thai Date: Thu, 8 Aug 2019 23:57:51 -0700 Subject: [PATCH] Fix default site.author in seo.html --- _includes/seo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/seo.html b/_includes/seo.html index d4a762a10030..83a8d55020c9 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -25,7 +25,7 @@ {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%} {%- endif -%} -{%- assign author = page.author | default: page.authors[0] | default: site:author -%} +{%- assign author = page.author | default: page.authors[0] | default: site.author -%} {%- assign author = site.data.authors[author] | default: author -%} {%- if author.twitter -%}