Adding a release page under "Release Information"

This commit is contained in:
Jim Angel
2021-05-06 17:46:08 -06:00
parent 134054fbae
commit 7edf890373
18 changed files with 841 additions and 1639 deletions
@@ -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 }}