Remove unnecessary divs from the sidebar nav

This commit is contained in:
Joshua Goins 2022-08-24 10:47:34 -04:00
parent 0c733c9972
commit 7b143604e2

View file

@ -1,7 +1,5 @@
<nav>
{{ range .Site.Menus.main }}
<div>
<a href="{{ .URL }}">{{ .Name }}</a>
</div>
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</nav>