From 82fab8b82a35c93eec30fa81d85890893f0bd1fe Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <rawarkanis@gmail.com>
Date: Fri, 11 May 2018 00:41:38 +0000
Subject: [PATCH] Fix home link
---
layouts/partials/header.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 1a2ae40..71af496 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="{{ "/" | absURL }}">
+ <a class="navigation-title" href="{{ .Site.BaseURL }}">
{{ .Site.Title }}
</a>
{{ with .Site.Menus.main }}
--
Gitblit v1.10.0