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

github.com/darshanbaral/mero.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index 00d5c62..46c9530 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -15,7 +15,7 @@
<div class="dropdown-content p-2 bg-dark2 mt-2 rounded w-auto mt-1" style="min-width: 200px;">
<ul class="list-unstyled">
{{ range .Site.Sections.ByWeight }}
- {{ $thisSection := replace .File.Dir "\\" "" }}
+ {{ $thisSection := replace (replace .File.Dir "\\" "") "/" "" }}
{{ if not (in (slice "alltaxa" "archive") $thisSection) }}
<li class="pt-2">
<a href="{{ .Permalink }}">{{ .Title }}</a>