Cambiando nombre de clase hover a .nav-items
[salamandradevs.site/.git] / themes / droda / layouts / partials / navbar.html
index 1bfa934855b5a3497d29628b9396e5a252afe9b2..d9f98226005232c8c3934bc0c8a84535d69c73b6 100644 (file)
@@ -1,11 +1,11 @@
 {{ "<!-- Partial block for navbar -->" | safeHTML }}
 <nav>
   {{ with .Site.GetPage "home" }}
-  <div><img src="{{ .Params.homeIcon | absURL }}" alt=""><a class="hover" href="{{ .Permalink }}">{{ .Title }}</a></div>
+  <div><img src="{{ .Params.homeIcon | absURL }}" alt=""><a class="nav-items" href="{{ .Permalink }}">{{ .Title }}</a></div>
   {{ end }}
   <ul>
   {{ range .Site.Sections }}
-  <li><a class="hover" href="{{ .Permalink }}">{{ .Title }}</a></li>
+  <li><a class="nav-items" href="{{ .Permalink }}">{{ .Title }}</a></li>
   {{ end }}
   </ul>
   <button data-visible="false"></button>