Skip to content

Commit

Permalink
fix home link
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Jun 30, 2024
1 parent 1b86b50 commit b0b381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% block header %}
<header class="navbar">
<section class="navbar-section">
<a href="/" class="navbar-brand mr-2">KeY Symposium 2024</a>
<a href="/key-symposium-2024" class="navbar-brand mr-2">KeY Symposium 2024</a>
<a href="registration.html" class="btn btn-link">Registration</a>
<a href="programme.html" class="btn btn-link">Programme</a>
</section>
Expand Down

0 comments on commit b0b381b

Please sign in to comment.