Fix underline of first nav bar link

This commit is contained in:
Joscha 2023-08-06 19:07:07 +02:00
parent 8d4253d511
commit b1db46a200
2 changed files with 2 additions and 2 deletions

View file

@ -11,8 +11,8 @@
<body>
<nav>
<a href="{{ base.root }}/"><img src="{{ base.root }}/logo.svg"></a>
<a href="{{ base.root }}/" {% if base.current=="index" %} class="current" {% endif %}>
<img src="{{ base.root }}/logo.svg">
{{ base.repo_name }}
</a>
<a href="{{ base.root }}/commit/" {% if base.current=="commit" %} class="current" {% endif %}>