mirror of https://github.com/luizdepra/hugo-coder.git

Luiz F. A. de Prá
11.41.2018 82fab8b82a35c93eec30fa81d85890893f0bd1fe
Fix home link
1 files modified
2 ■■■ changed files
layouts/partials/header.html 2 ●●● patch | view | raw | blame | history
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 }}