@{{ .Site.Params.Author.handle }} {{ .Site.Title }}.

{{ if isset .Site.Params "rsssections" }} {{ $.Scratch.Add "sections" .Site.Params.rsssections }}
    {{ range .Site.Menus.main }}
  • {{ .Name }} {{ if in ($.Scratch.Get "sections") .Name }} {{ end }}
  • {{ end }} {{ with .Site.Params.Author.aboutpage }}
  • Über
  • {{ end }}
{{ else }}
    {{ range .Site.Menus.main }}
  • {{ .Name }}
  • {{ end }} {{ with .Site.Params.Author.aboutpage }}
  • Über
  • {{ end }}
{{ end }}