Feat: move HOME to links

This commit is contained in:
2020-06-24 10:33:48 +02:00
parent ef808a597b
commit edc12f1430
2 changed files with 1 additions and 2 deletions

View File

@@ -106,8 +106,6 @@
<main>
{% if MAIN_MENU %}
<nav>
<a href="{{ SITEURL }}">{{ _('Home') }}</a>
{% for title, link in MENUITEMS %}
<a href="{{ link }}">{{ title }}</a>
{% endfor %}