{{ $block := (where (site.RegularPages) "Type" "in" "footer") }} {{ with ($block) }}
{{ range ($block) }}

{{ (.Title) }}

{{ (.Content) }}
{{ end }}
{{ end }}
  • {{ (site.Title) }} © {{ (now.UTC.Format "2006") }}
    {{ with (site.Params.description) }}
    {{ . }}
    {{ end }}
    {{ with (.OutputFormats.Get "rss") }}
  • {{ end }} {{ with (.OutputFormats.Get "json") }}
  • {{ end }} {{ with (site.Home.AllTranslations) }}
  • {{ end }}