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 %}