use locale_url_resolve
This commit is contained in:
parent
349e5fbc71
commit
af92cf6700
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>{{ meta.sitename }}</h1>
|
<h1>{{ meta.sitename }}</h1>
|
||||||
<a href={{ "/" | locale_url }}><div class="header-banner" title="{{ "home" | i18n }}"></div></a>
|
<a href={{ "/" | locale_url_resolve }}><div class="header-banner" title="{{ "home" | i18n }}"></div></a>
|
||||||
<!--<div class="motd">
|
<!--<div class="motd">
|
||||||
<marquee behavior="scroll" direction="left">
|
<marquee behavior="scroll" direction="left">
|
||||||
<p>{{ meta.motd }}</p>
|
<p>{{ meta.motd }}</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue