|
|
@ -3,7 +3,7 @@
|
|
|
|
{{ if eq $basePath "/" }}
|
|
|
|
{{ if eq $basePath "/" }}
|
|
|
|
{{ $basePath = "" }}
|
|
|
|
{{ $basePath = "" }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
<nav class="justify-content-center nav nav-pills py-3">
|
|
|
|
<nav class="justify-content-center my-3 nav nav-pills">
|
|
|
|
{{ range .Site.Menus.main }}
|
|
|
|
{{ range .Site.Menus.main }}
|
|
|
|
{{ $pagePath := strings.TrimPrefix $basePath $p.RelPermalink }}
|
|
|
|
{{ $pagePath := strings.TrimPrefix $basePath $p.RelPermalink }}
|
|
|
|
{{ $menuPath := strings.TrimPrefix $basePath .URL }}
|
|
|
|
{{ $menuPath := strings.TrimPrefix $basePath .URL }}
|
|
|
|