Skip to content

Commit

Permalink
Merge pull request #475 from nordic-rse/conference_navbar_2025
Browse files Browse the repository at this point in the history
Fix conference URL in navbar
  • Loading branch information
bast authored Jan 30, 2025
2 parents 7b677f8 + fdc5c2c commit 51f56e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<!-- <a class="dropdown-item" href="https://researchsoftwarehour.github.io/">Research Software Hours</a>-->
<a class="dropdown-item" href="{{ config.base_url | safe }}/events/">Events</a>
<a class="dropdown-item" href="{{ config.base_url | safe }}/events/seminar-series">Seminar series</a>
<a class="dropdown-item" href="{{ config.base_url | safe }}/events/2024-in-person-conference">Conference</a>
<a class="dropdown-item" href="https://nordic-rse.org/nrse2025/">Conference</a>
<a class="dropdown-item" href="{{ config.base_url | safe }}/events/meetings">Meetings</a>
<a class="dropdown-item" href="https://nordic-rse.org/nrse2025/">Conference</a>
<a class="dropdown-item" href="{{ config.base_url | safe }}/events/past ">Past events</a>
Expand Down

0 comments on commit 51f56e1

Please sign in to comment.