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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header-menu.html')
-rw-r--r--layouts/partials/header-menu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header-menu.html b/layouts/partials/header-menu.html
index f769487..8bcdea4 100644
--- a/layouts/partials/header-menu.html
+++ b/layouts/partials/header-menu.html
@@ -1,4 +1,4 @@
<ul>
- <li><a href="{{ .Site.BaseURL }}about">{{ i18n "about" }}</a></li>
- <li><a href="{{ .Site.BaseURL }}">{{ i18n "posts" }}</a></li>
+ <li><a href="{{ "about" | relURL }}">{{ i18n "about" }}</a></li>
+ <li><a href="{{ "/" | relURL }}">{{ i18n "posts" }}</a></li>
</ul> \ No newline at end of file