Skip to content

Commit

Permalink
update the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmilano committed Apr 3, 2024
1 parent 2872f06 commit b7898fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
{% endif %}
{% if page.active == "farm2023" %}
<li class="active"><a href="/2023/">FARM 2023</a></li>
{% endif %}
{% if page.active == "farm2024" %}
<li class="active"><a href="/2024/">FARM 2024</a></li>
{% else %}
<li><a href="/2023/">FARM 2023</a></li>
<li><a href="/2024/">FARM 2024</a></li>
{% endif %}
{% if page.active == "farm2019" %}
<li class="dropdown">
Expand Down Expand Up @@ -59,6 +62,7 @@
<a href="#" class="dropdown-toggle"
data-toggle="dropdown">Past Workshops <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/2023/">2023</a></li>
<li><a href="/2022/">2022</a></li>
<li><a href="/2021/">2021</a></li>
<li><a href="/2020/">2020</a></li>
Expand Down

0 comments on commit b7898fc

Please sign in to comment.