Fixes multi-language support in header
This commit is contained in:
parent
a4b1712c0b
commit
43e488a00b
@ -1,5 +1,5 @@
|
||||
<header>
|
||||
<div class="site-title">
|
||||
<a href="{{ "/" | relURL }}">{{ .Site.Title }}</a>
|
||||
<a href="{{ "/" | relLangURL }}">{{ .Site.Title }}</a>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user