This website requires JavaScript.
Sign in
redstrate
/
redstrate.com
Watch
1
Fork
You've already forked redstrate.com
0
Code
Activity
Actions
7b143604e2
redstrate.com
/
themes
/
red
/
layouts
/
partials
/
sidebar.html
5 lines
105 B
HTML
Raw
Normal View
History
Unescape
Escape
Add sidebar navigation
2022-08-23 12:53:11 -04:00
<
nav
>
{{ range .Site.Menus.main }}
Remove unnecessary divs from the sidebar nav
2022-08-24 10:47:34 -04:00
<
a
href
=
"{{ .URL }}"
>
{{ .Name }}
<
/
a
>
Add sidebar navigation
2022-08-23 12:53:11 -04:00
{{ end }}
<
/
nav
>
Copy permalink