From 2d5fb57c48fde3d085325cd9d64b5faf86f4a27b Mon Sep 17 00:00:00 2001 From: Hristo Yankov Date: Tue, 9 Feb 2016 00:40:05 +0200 Subject: [PATCH] Fix show-avatar to work on both pages and layouts --- _includes/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/nav.html b/_includes/nav.html index 0e9d434..9d543d2 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -35,7 +35,7 @@ - {% if site.avatar and page.show-avatar %} + {% if site.avatar and (layout.show-avatar or page.show-avatar) %}