fixed absolute home link

This commit is contained in:
2026-02-25 22:44:32 +01:00
parent c9697b1778
commit 20e944912f

View File

@@ -13,7 +13,7 @@
<body {% if no_navigation %}style="padding-top: 40px;"{% endif %}>
{% if not no_navigation %}
<nav>
<a href="{% if is_static %}index.html{% else %}/{% endif %}">Home</a>
<a href="{% if is_static %}index.html{% else %}.{% endif %}">Home</a>
</nav>
{% endif %}