From 981e7a2cb286ae1e4e9e81a378c3b0e036a392c8 Mon Sep 17 00:00:00 2001
From: Juan Manuel Servera <jmservera@outlook.com>
Date: Wed, 03 Jun 2020 13:49:56 +0000
Subject: [PATCH] Use | relLangURL for the base url in the site-navigation (#277)

---
 layouts/partials/site-navigation.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html
index d1f31da..fc6f40c 100644
--- a/layouts/partials/site-navigation.html
+++ b/layouts/partials/site-navigation.html
@@ -1,6 +1,6 @@
 <nav class="pv3 ph3 ph4-ns" role="navigation">
   <div class="flex-l justify-between items-center center">
-    <a href="{{ .Site.BaseURL }}" class="f3 fw2 hover-white no-underline white-90 dib">
+    <a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white no-underline white-90 dib">
       {{ .Site.Title }}
     </a>
     <div class="flex-l items-center">

--
Gitblit v1.10.0