update nav

This commit is contained in:
Thomas T 2023-12-29 02:27:26 -05:00 committed by GitHub
parent c0659e096b
commit d885a49147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
{{ range .Site.Menus.main.ByWeight }}
<a href="{{ .URL }}">{{ .Name }}</a>
<a href="{{ .URL }}">{{ lower .Name }}</a>
{{ end }}
<a href='{{ absURL "index.xml" }}'>RSS</a>
<!-- Convert this page's translations into a dict -->
{{ $translations := dict }}