Feat: home line point to root of website
This commit is contained in:
parent
5bbfc35ca7
commit
6cf8feeb47
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user