Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Lühr <mail@ayeks.de>2019-03-19 23:15:14 +0300
committerGitHub <noreply@github.com>2019-03-19 23:15:14 +0300
commitc70539bf084667474abc19266795391d78fd4288 (patch)
treeb84e7e66231ebfc8026aaaaa64686a2cda6b3cf3
parent69294d78b92cc920e2f200a17d22b338d28ba8cd (diff)
fix(layouts-topnavigation): removed menu-item
-rw-r--r--layouts/partials/topnavigation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/topnavigation.html b/layouts/partials/topnavigation.html
index a4df615..a507872 100644
--- a/layouts/partials/topnavigation.html
+++ b/layouts/partials/topnavigation.html
@@ -7,7 +7,7 @@
<ul id="menu-secondary-items" class="menu-secondary-items">
{{ range $name, $taxonomy := .Site.Taxonomies.categories }}
- <li id="menu-item" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item">
+ <li class="menu-item menu-item-type-taxonomy menu-item-object-category">
<a href="{{ "/categories/" | relLangURL }}{{ $name | urlize }}">{{ $name }}</a>
</li>
{{ end }}