Skip to content

Commit

Permalink
updated resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
rkclimate20 committed Sep 12, 2024
1 parent 3aeaa82 commit 9fb1894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/components/navbar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<a class="text-[#0088be] navbar__link {% if entry.url == page.url %}navbar__link--active{% endif %}" href="{{ entry.url | url }}">
{{ entry.title }}
</a>
<a class="text-[#0088be] navbar__link" href='{{ "/en/posts/resources/" | url }}'>Resources</a>
{%- endfor %}
<a class="text-[#0088be] navbar__link" href='{{ "/en/posts/resources/" | url }}'>Resources</a>
<a class="text-[#0088be] navbar__link" href='{{ "/en/posts/event_photo/" | url }}'>Gallery</a>
<a class="text-[#0088be] navbar__link" style="font-weight: bold" href='{{ "/en/posts/volunteers-wanted" | url }}'>Volunteer!</a>

Expand All @@ -42,8 +42,8 @@
<a class="navbar__mobile-link {% if entry.url == page.url %}navbar__mobile-link--active{% endif %}" href="{{ entry.url | url }}">
{{ entry.title }}
</a>
{%- endfor %}
<a class="navbar__mobile-link" href='{{ "/en/posts/resources/" | url }}'>Resources</a>
{%- endfor %}
<a class="navbar__mobile-link" href='{{ "/en/posts/event_photo/" | url }}'>Gallery</a>
<a class="navbar__mobile-link" style="font-weight: bold" href='{{ "/en/posts/volunteers-wanted" | url }}'>Volunteer!</a>
</div>
Expand Down

0 comments on commit 9fb1894

Please sign in to comment.