{{- if eq site.Params.contact true }}
{{ $contact := "Contact" }} {{ if i18n "contact" }} {{ $contact = i18n "contact" }} {{ end }} {{- $contact | strings.FirstUpper -}}:

{{- partial "structure/contact" -}}
{{- end -}}
{{- if eq site.Params.archive true -}} {{ $archive := "Archive" }} {{ if i18n "archive" }} {{ $archive = i18n "archive" }} {{ end }} {{- $archive | strings.FirstUpper -}}

{{- end -}} {{- if eq site.Params.newsletter true -}} {{ $newsletter := "Newsletter" }} {{ if i18n "newsletter" }} {{ $newsletter = i18n "newsletter" }} {{ end }} {{- $newsletter | strings.FirstUpper -}}

{{- end -}} Misc

{{- if eq site.Params.imprint true -}} {{ $imprint := "Imprint" }} {{ if i18n "imprint" }} {{ $imprint = i18n "imprint" }} {{ end }} {{- $imprint | strings.FirstUpper -}}

{{- end -}} {{- if eq site.Params.links true -}} {{ $links := "Links" }} {{ if i18n "links" }} {{ $links = i18n "links" }} {{ end }} {{- $links | strings.FirstUpper -}}

{{- end -}} {{- if not (or (eq .Section "featured") (eq .Section "about")) -}} {{- with .OutputFormats.Get "rss" -}} {{- if .Permalink -}} {{- printf `` .Permalink | safeHTML -}} {{- end -}} RSS

{{- end -}} {{ end }} Sourcecode