From 73ca9e017a2998911e07b38bfa85366da50de539 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Wed, 16 Sep 2020 19:52:43 -0400 Subject: [PATCH] Update nav.html --- _includes/nav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/nav.html b/_includes/nav.html index b594ec2..bf2c369 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -31,8 +31,8 @@ {%- endif -%} {%- endfor -%} - {% if page.navbar-extra %} - {% for file in page.navbar-extra %} + {% if site.navbar-extra %} + {% for file in site.navbar-extra %} {% include {{ file }} %} {% endfor %} {% endif %}