navbar.html (162B)
1 <nav> 2 <ol> 3 {{ range $.Site.Menus.main }} 4 {{ if not .HasChildren }} 5 <li><a href="{{ .URL }}">{{ .Name }}</a></li> 6 {{ end }} 7 {{ end }} 8 </ol> 9 </nav>
![]() | gitMy personal website source code |
Log | Files | Refs | Submodules | README | LICENSE |