fixed absolute home link
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user