layouts/partials/site-navigation.html
@@ -1,6 +1,5 @@ <nav class="pv3 ph3 ph4-ns" role="navigation"> <div class="flex-ns justify-between items-center"> <a href="/" class="f3 fw2 hover-white no-underline white-90 dib"> {{ .Site.Title }} </a> @@ -15,6 +14,5 @@ {{ end }} </ul> {{ end }} </div> </nav>