{{ partial "head.html" . }}
{{ if (or (.Site.Params.small_banner_logo) (and (.IsPage) (not (.Site.Params.large_banner_logo)))) }}
{{ else }}
{{ end }}
{{ if (not (isset .Site.Params "logofile")) }}
Logo HOWTO
{{ else if ne .Site.Params.logofile "" }}
{{ end }}
{{ .Site.Title }}
{{ if (and (ne (len (where .Site.RegularPages "Section" "blog")) 0) (not (in .Site.Params.exclude_headings "blog"))) }}
Blog
{{ end }} {{ range $.Site.Home.Sections }} {{ range first 1 (where .Pages "Section" "ne" "")}} {{ if (and (ne .Section "blog") (not (in .Site.Params.exclude_headings (lower .Section))))}}
{{ .Section }}
{{ end }} {{ end }} {{ end }} {{ range where .Site.RegularPages "Section" ""}} {{ if (and (and (ne .Title "License") (ne .Title "Home")) (not (in .Site.Params.exclude_headings (lower .Title))))}}
{{ .Title }}
{{ end }} {{ end }}