{{ with .Site.Params.description }} {{.}} {{ else }}An elegant open source and mobile first theme for hugo made by @mdo. Originally made for Jekyll.{{end}}

{{ $currentSection := .Section -}} {{ $currentPage := . -}}
  • Home
  • {{ range $.Site.Home.Sections -}} {{ if eq .Section $currentSection }}
  • {{ .Title -}}
      {{ range .Sections -}}
    • {{ .Title -}} {{ if and (.IsAncestor $currentPage) (gt (len .Pages) 1) }}
        {{ range .Pages -}}
      • {{ .Title }}
      • {{ end -}}
      {{ end }}
    • {{ end -}}
  • {{ else }}
  • {{ .Title -}}
  • {{ end -}} {{ end -}}

{{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}}. All rights reserved. {{end}}