Feat: home line point to root of website
This commit is contained in:
parent
da8b91989f
commit
0e73be2039
@ -126,7 +126,7 @@
|
|||||||
<main>
|
<main>
|
||||||
{% if MAIN_MENU %}
|
{% if MAIN_MENU %}
|
||||||
<nav>
|
<nav>
|
||||||
<a href="{{ SITEURL }}/">{{ _('Home') }}</a>
|
<a href="/">{{ _('Home') }}</a>
|
||||||
|
|
||||||
{% for title, link in MENUITEMS %}
|
{% for title, link in MENUITEMS %}
|
||||||
<a href="{{ link }}">{{ title }}</a>
|
<a href="{{ link }}">{{ title }}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user