mirror of
https://github.com/Speyll/anemone.git
synced 2026-02-26 07:24:25 +00:00
new
This commit is contained in:
7
layouts/partials/nav.html
Normal file
7
layouts/partials/nav.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<nav class="navBar">
|
||||
<a href="{{ .Site.BaseURL }}">/home</a>
|
||||
{{ range .Site.Menus.main }}
|
||||
<a href="{{ .URL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
{{ partial "themeSwitch.html" . }}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user