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

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesselau76 <jesselau76@gmail.com>2018-11-24 01:38:01 +0300
committerjesselau76 <jesselau76@gmail.com>2018-11-24 01:38:01 +0300
commit7e83a82fba975b8a9daf79cd6c86572c0ffcd26f (patch)
treefcb1a53c3d55f1e8805dfb5cacece5783f70a895 /layouts
parent45a7dc528ba7945ad29eeccf0a6c1f3ac3e36d9a (diff)
abslangurl to rellangurl
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index e5e34e7..6d156b8 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -48,7 +48,7 @@
</div>
<div class="w3-content w3-center">
<div class="w3-bar w3-light-grey w3-border">
- <a href="{{ "/" | absLangURL | relURL }}" class="w3-bar-item w3-button w3-large w3-green"><i class="fa fa-home"></i></a>
+ <a href="{{ "/" | relLangURL }}" class="w3-bar-item w3-button w3-large w3-green"><i class="fa fa-home"></i></a>
{{ range .Site.Menus.main }}
<a href="{{ .URL | relURL }}" class="w3-bar-item w3-button w3-hide-small">{{ .Name }}</a>
{{ end }}