redesign and major overhaul
[~bandali/bndl.org] / layouts / partials / nav.html
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
deleted file mode 100644 (file)
index cb32e4d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<nav>
-  {{ $currentPage := . }}
-  {{ range .Site.Menus.topnav }}
-  <a class="{{ if $currentPage.IsMenuCurrent "topnav" . }}active{{ end }}" href="{{substr .URL 0 -1}}">
-    {{ .Pre }}
-    <span>{{ .Title }}</span>
-  </a>
-  <span class="bar">|</span>
-  {{ end }}
-  <label for="light-off" class="light-off-button"></label>
-</nav>