Make current tab bold

This commit is contained in:
Joscha 2023-08-05 21:17:46 +02:00
parent db814b6d40
commit 52e2d74b96
3 changed files with 7 additions and 2 deletions

View file

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