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

github.com/Tazeg/hugo-blog-jeffprod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffBoulot <jeffprod@protonmail.com>2018-08-13 18:22:11 +0300
committerJeffBoulot <jeffprod@protonmail.com>2018-08-13 18:22:11 +0300
commit79393761bf6bc3c80ec52bfe5dfe3cf268c5704d (patch)
tree88bbc70e56b27dc2f7680aba023c1a0dc78e3c23
parentff373125c9995f949a2edec0ceffc62046f846db (diff)
Update home link
-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 40af4b9..22927ae 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -16,7 +16,7 @@
<!-- nav -->
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
- <a class="navbar-item" href="{{ "/" | absURL }}">Home</a>
+ <a class="navbar-item" href="{{ .Site.BaseURL }}">Home</a>
</div>
</nav>
<!-- /nav -->