aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 16:56:09 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 16:56:09 -0300
commit2ba59f18db6d5767653e3cad20d9a28da5f9aa79 (patch)
treef3cf1e0f5f519f6a9524c47c165167998ec4fbfb /layouts/partials/header.html
parent3ec95503252645b87c625df10a8ac44d04563166 (diff)
downloadhugo-bearcub-2ba59f18db6d5767653e3cad20d9a28da5f9aa79.tar.gz
hugo-bearcub-2ba59f18db6d5767653e3cad20d9a28da5f9aa79.tar.bz2
Reproduce lente.dev setup
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ba8e9ec..f8e3fd8 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,4 +1,2 @@
-<a href="{{ i18n "home" | relURL }}" class="title">
- <h2>{{ .Site.Title }}</h2>
-</a>
+<a href="{{ .Site.Language.Params.params.home }}" class="title"><h2>{{ .Site.Title }}</h2></a>
<nav>{{- partial "nav.html" . -}}</nav>