{{- .Site.Title -}}
  • Home
  • {{- if .Site.Data.sections }} {{- range sort .Site.Data.sections "section.weight" }} {{ if and (.section.enable) (.section.showOnNavbar)}}
  • {{ .section.name }}
  • {{ end }} {{- end }} {{- end }} {{ $hasCustomMenus:= false }} {{ if and site.Params.customMenus }} {{ if gt (len site.Params.customMenus) 0 }} {{ $hasCustomMenus = true }} {{ end }} {{ end }} {{ if (or site.Params.enableBlogPost $hasCustomMenus) }}
    {{ end }} {{ if site.Params.enableBlogPost }}
  • Posts
  • {{ end }} {{ range site.Params.customMenus }}
  • {{ .name }}
  • {{ end }}