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:
authorYusuke Ishimi <y.ishimi@itdharman.com>2018-09-28 11:28:17 +0300
committerGitHub <noreply@github.com>2018-09-28 11:28:17 +0300
commit7e8c4821633d20bb7615c5a2fe1c91a40e3b8e1a (patch)
treef8066f96611bc0599d38b1f377ace8ab1bbe1621
parent2db3d093366ffd4da2598ea0f4e182af73c83558 (diff)
parentaea7a101ed949bc60a8ec23165cfe99a4f180f21 (diff)
Merge pull request #3 from retiform/master
Update header.html to fix the title navigation
-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"/>