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

github.com/naro143/hugo-coder-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorretiform <colerogers@protonmail.com>2018-09-27 19:58:14 +0300
committerretiform <colerogers@protonmail.com>2018-09-27 19:58:14 +0300
commitaea7a101ed949bc60a8ec23165cfe99a4f180f21 (patch)
treef8066f96611bc0599d38b1f377ace8ab1bbe1621
parent2db3d093366ffd4da2598ea0f4e182af73c83558 (diff)
Update header.html to fix the title navigation link when using subdirectories as base url
-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 c113191..5143327 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,6 +1,6 @@
<nav class="navigation">
<section class="container">
- <a class="navigation-title" href="{{ print "/" | absLangURL }}">
+ <a class="navigation-title" href="{{ print "/" | relLangURL }}">
{{ .Site.Title }}
</a>
<input type="checkbox" id="menu-control"/>