fix single page menu urls, update example sites #151

This commit is contained in:
Dmitry Kolosov 2022-05-21 14:51:30 +03:00
parent ae6b41de47
commit edc508fa62
10 changed files with 187 additions and 36 deletions

View file

@ -2,7 +2,7 @@
{{ if .Menus }}
<nav class="post-navigation">
{{ range .Menus }}
<a href="{{ .URL | absLangURL }}" title="{{ .Title }}">{{ .Name }}</a>
<a href="{{ .ConfiguredURL | absLangURL }}" title="{{ .Title }}">{{ .Name }}</a>
{{ end }}
</nav>
{{ end }}