formatting

This commit is contained in:
sakrecoer 2020-07-06 12:18:52 +02:00
parent 40656f3491
commit 76f8410c82

View file

@ -9,8 +9,7 @@
<nav>
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
<ul>
{% if page.url != '/' %}
{% if page.url != '/' %}
<li><a href="{{ relBase }}/" class="button small">{{ site.data.translations[page.lang].home }}</a></li>
{% endif %}
{% for entry in site.data.navigation %}