oyd
/
oyd-web-en
Archived
7
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 

9 lines
271 B

<div id="menu">
<div id="menuToggler"></div>
<div id="menuItems" class="">
{{ $page := . }}
{{ range .Site.Menus.main }}
<a class="menuItem {{ if hasPrefix $page.URL .URL }}current{{ end }}" href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</div>
</div>