Adding a release page under "Release Information"
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
|
||||
{{ $p := . }}
|
||||
<a class="dropdown-item" href="/releases">Release Information</a>
|
||||
{{ range .Site.Params.versions }}
|
||||
<a class="dropdown-item" href="{{ .url }}{{ $p.RelPermalink }}">{{ .version }}</a>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user