fixed absolute home link
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<body {% if no_navigation %}style="padding-top: 40px;"{% endif %}>
|
<body {% if no_navigation %}style="padding-top: 40px;"{% endif %}>
|
||||||
{% if not no_navigation %}
|
{% if not no_navigation %}
|
||||||
<nav>
|
<nav>
|
||||||
<a href="{% if is_static %}index.html{% else %}/{% endif %}">Home</a>
|
<a href="{% if is_static %}index.html{% else %}.{% endif %}">Home</a>
|
||||||
</nav>
|
</nav>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user