Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kimcc/hugo-theme-noteworthy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-j-h <daniel@trvx.org>2020-04-14 13:18:27 +0300
committerdaniel-j-h <daniel@trvx.org>2020-04-14 13:18:27 +0300
commit43e488a00b3fa6cb6343150b49944ab81db61715 (patch)
treeafdf2b06fa527a47b0f0311d944b9273c09fc6eb
parenta4b1712c0be5dea39a1a7d2918abf09906763759 (diff)
Fixes multi-language support in header
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 0291382..67ba48f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,5 +1,5 @@
<header>
<div class="site-title">
- <a href="{{ "/" | relURL }}">{{ .Site.Title }}</a>
+ <a href="{{ "/" | relLangURL }}">{{ .Site.Title }}</a>
</div>
-</header> \ No newline at end of file
+</header>