Feat: home line point to root of website

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

View File

@ -94,7 +94,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>