{{- 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 -}} {{- if eq site.Params.links true -}} {{ $links := "Links" }} {{ if i18n "links" }} {{ $links = i18n "links" }} {{ end }} {{- $links | strings.FirstUpper -}} {{- end -}} {{- if eq site.Params.imprint true -}} {{ $imprint := "Imprint" }} {{ if i18n "imprint" }} {{ $imprint = i18n "imprint" }} {{ end }} {{- $imprint | strings.FirstUpper -}} {{- end -}}
Misc {{- if or (in .Site.Params.mainMenu .Section) -}} {{- with .OutputFormats.Get "rss" -}} {{- if .Permalink -}} {{- printf `` .Permalink | safeHTML -}} {{- end -}} RSS {{- if .Permalink -}} {{- end -}} {{- end -}} {{ end }} Sourcecode
{{- if eq site.Params.contact true }}
{{ $contact := "Contact" }} {{ if i18n "contact" }} {{ $contact = i18n "contact" }} {{ end }} {{- $contact | strings.FirstUpper -}}:
{{- partial "snippets/contact" -}}
{{- end -}}