From 301e325ec9dd09353faf61446ce467e83ec23ad9 Mon Sep 17 00:00:00 2001 From: Matthew Aguirre Date: Thu, 23 Jun 2016 20:59:02 -0400 Subject: [PATCH] Updated author-profile.html in the event that there is no authors.yml file. --- _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 5efe4c84..d07979f3 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -1,6 +1,6 @@ {% include base_path %} -{% if page.author %} +{% if page.author and site.data.authors[page.author] %} {% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.author %} {% endif %}