{{ $basepath := path.Clean (urls.Parse .Site.BaseURL).Path }} {{ $links := false }} {{ $pills := false }} {{ $tabs := false }} {{ if eq $basepath "/" }} {{ $basepath = "" }} {{ end }} {{ with .Site.Params.paige.menu_style }} {{ if eq . "links" }} {{ $links = true }} {{ else if eq . "tabs" }} {{ $tabs = true }} {{ else }} {{ $pills = true }} {{ end }} {{ else }} {{ $pills = true }} {{ end }}