Skip to content

Commit

Permalink
nav fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stmorse committed Sep 19, 2024
1 parent fcff1a1 commit ba5601d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
{% endfor %}

<div class="page-navigation">
{{ page.url }}
{% unless page.url == "/index.html" %}
{% unless page.url == "/" %}

{% if prev_page %}
<a href="{{ prev_page.url }}" class="prev-button">Previous: {{ prev_page.title }}</a>
Expand Down

0 comments on commit ba5601d

Please sign in to comment.