Skip to content

Commit

Permalink
fix: Fixes applied to agoranomic.github.io
Browse files Browse the repository at this point in the history
Effectively a squash of 3 or 4 commits.

You can go see me rant at Jekyll for being inconsistent if you want.
  • Loading branch information
kaylee-kiako committed Feb 8, 2025
1 parent 4929bdb commit 81dc1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _data/nav.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- url: ""
- url: /
label: Home
- url: /join
label: Join
- url: /play
label: Play
label: How To Play
- url: /ruleset/
label: Rules
- url: /judgements
Expand Down
2 changes: 0 additions & 2 deletions _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---
---
<div class="nvbr desktop">
{% for item in site.data.nav %}
<a class="{% if item.url == page.url %}active{% endif %}" href="{{ item.url }}">{{ item.label }}</a>
Expand Down

0 comments on commit 81dc1ce

Please sign in to comment.