summaryrefslogtreecommitdiffhomepage
path: root/themes/docsy/layouts/partials/navbar-version-selector.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docsy/layouts/partials/navbar-version-selector.html')
-rw-r--r--themes/docsy/layouts/partials/navbar-version-selector.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/docsy/layouts/partials/navbar-version-selector.html b/themes/docsy/layouts/partials/navbar-version-selector.html
deleted file mode 100644
index 6ac1ef63e..000000000
--- a/themes/docsy/layouts/partials/navbar-version-selector.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
- {{ .Site.Params.version_menu }}
-</a>
-<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
- {{ range .Site.Params.versions }}
- <a class="dropdown-item" href="{{ .url }}">{{ .version }}</a>
- {{ end }}
-</div>