Skip to content

Commit 73ca9e0

Browse files
authored
Update nav.html
1 parent e8ba5a3 commit 73ca9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
{%- endif -%}
3232
{%- endfor -%}
3333
</ul>
34-
{% if page.navbar-extra %}
35-
{% for file in page.navbar-extra %}
34+
{% if site.navbar-extra %}
35+
{% for file in site.navbar-extra %}
3636
{% include {{ file }} %}
3737
{% endfor %}
3838
{% endif %}

0 commit comments

Comments
 (0)