Fix home link

This commit is contained in:
Luiz F. A. de Prá 2018-05-10 21:41:38 -03:00
parent d69c5cfef3
commit 82fab8b82a
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}