Feat: home line point to root of website

This commit is contained in:
Bertrand Benjamin 2020-06-23 10:56:23 +02:00
parent da8b91989f
commit 1ad81faabe
1 changed files with 1 additions and 1 deletions

View File

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