Skip to content

Commit

Permalink
Update nav.html
Browse files Browse the repository at this point in the history
  • Loading branch information
89ao authored Jan 2, 2025
1 parent 9d09454 commit e888d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
<li>
<a href="{{ site.baseurl }}/">Home</a>
</li>
<li>
<a href="{{ site.baseurl }}/about/">About</a>
</li>
{% for page in site.pages %}
{% if page.title and page.hide-in-nav != true %}
<li>
<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
</li>
{% endif %}
{% endfor %}
<li>
<a href="{{ site.baseurl }}/about/">About</a>
</li>
<li>
<a href="{{ site.baseurl }}/gallery/">Gallery</a>
</li>
Expand Down

0 comments on commit e888d9a

Please sign in to comment.