UNPKG
tw-runner
Version:
latest (1.0.18)
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.11
1.0.10
Run and manage Tower Website projects with this utility.
tw-runner
/
mysite
/
layouts
/
partials
/
menus
/
menu.html
8 lines
(7 loc)
•
241 B
HTML
View Raw
1
2
3
4
5
6
7
8
<nav> <ul
class
="
flex
justify
-
center
space
-
x
-
6
">
{{ range .Site.Menus.main }} <li><a href=
"{{ .URL }}"
class
="
hover
:
text
-
primary
-
highlight
dark
:
hover
:
text
-
primary
-
highlight
-
dark
">
{{ .Name }}<
/a></li
> {{ end }} <
/ul> </na
v>