Explorar el Código

Fix home link

Luiz F. A. de Prá hace 7 años
padre
commit
82fab8b82a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      layouts/partials/header.html

+ 1 - 1
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 }}