Fix theme
This commit is contained in:
8
themes/hello-friend-ng/layouts/partials/menu.html
Normal file
8
themes/hello-friend-ng/layouts/partials/menu.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<nav class="menu">
|
||||
<ul class="menu__inner">
|
||||
{{- $currentPage := . -}}
|
||||
{{ range .Site.Menus.main -}}
|
||||
<li><a href="{{ .URL | absLangURL }}">{{ .Name }}</a></li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
</nav>
|
Reference in New Issue
Block a user