From 54d33dc947f34053b551cd3c85b0e6deb047fd35 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Wed, 16 Sep 2020 21:06:21 -0400 Subject: [PATCH] Update nav.html --- _includes/nav.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_includes/nav.html b/_includes/nav.html index bf2c369..c48c562 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -31,13 +31,14 @@ {%- endif -%} {%- endfor -%} - {% if site.navbar-extra %} - {% for file in site.navbar-extra %} - {% include {{ file }} %} - {% endfor %} - {% endif %} + {% if site.navbar-extra %} + {% for file in site.navbar-extra %} + {% include {{ file }} %} + {% endfor %} + {% endif %} + {% if site.avatar and page.show-avatar != false %}