Fixes multi-language support in header

This commit is contained in:
daniel-j-h 2020-04-14 12:18:27 +02:00
parent a4b1712c0b
commit 43e488a00b

View File

@ -1,5 +1,5 @@
<header>
<div class="site-title">
<a href="{{ "/" | relURL }}">{{ .Site.Title }}</a>
<a href="{{ "/" | relLangURL }}">{{ .Site.Title }}</a>
</div>
</header>
</header>