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

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/docs-menu.html')
-rw-r--r--layouts/partials/docs-menu.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/partials/docs-menu.html b/layouts/partials/docs-menu.html
deleted file mode 100644
index adbbac4..0000000
--- a/layouts/partials/docs-menu.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{$currentNode := .}}
-<div class="docs-menu">
- <h4>Docs</h4>
- <ul>
- {{ range (where .Site.Pages "Section" "docs") sort .Site.Pages ".Weight" }}
- <li class="{{ if eq .UniqueID $currentNode.UniqueID }}active {{ end }}">
- <a href="{{ .URL }}">{{ .Title }}</a>
- </li>
- {{ end }}
- </ul>
-</div> \ No newline at end of file