From ed4791d8ec6512076c84144b99ca50ec9ef21d75 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 9 Jan 2018 14:17:40 -0500 Subject: [PATCH] Fix typo --- _includes/author-profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 4d1de88..612f3ca 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -1,4 +1,4 @@ -{% 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 %}
-- 2.43.0