From a60a25aebfe9e237036c8597e8351bbd4a4ba9ca Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 27 Apr 2016 10:15:42 -0400 Subject: [PATCH] Allow `author_profile` to be toggled in a _layout (eg. archive-taxonomy.html) - Close #285 --- _includes/sidebar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index dbb7aae40775..445dd2078891 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,8 +1,8 @@ {% include base_path %} -{% if page.author_profile or page.sidebar %} +{% if page.author_profile or layout.author_profile or page.sidebar %}