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
/
mobile-menu.html
8 lines
(7 loc)
•
293 B
HTML
View Raw
1
2
3
4
5
6
7
8
<nav
class
="
h
-
full
flex
flex
-
col
justify
-
center
"> <
ul
class
="
grid
place
-
content
-
center
text
-
center
">
{{ 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>