{{ if in .Site.Params.mainSections .Section }} Follow {{ .Section }} updates via RSS feed {{ end }}
    {{ range .Site.Menus.footer }}
  • {{ T .Name | safeHTML }}
  • {{ end }}
{{ with .Site.GetPage "footer.md" }} {{ .Content }} {{ end }}
{{ if in (slice "by" "by-nd" "by-sa" "by-nc" "by-nc-nd" "by-nc-sa") .Site.Params.license }} {{ $href := printf "http://creativecommons.org/licenses/%s/4.0/" .Site.Params.license }}
The content in this website by {{ with .Site.Params.Author.homepage }} {{ $.Site.Params.Author.name }} {{ else }} {{ $.Site.Params.Author.name }} {{ end }} is licensed under a Creative Commons {{ with .Site.Params.license }} Attribution{{- if in . "by-nc" -}} -NonCommercial {{- end -}}{{- if in . "-nd" -}} -NoDerivatives {{- else if in . "-sa" -}} -ShareAlike {{- end -}} {{ end }} 4.0 International License {{ with .Site.Params.license }} {{ if in . "by-nc" }} {{ end }}{{ if in . "-nd" }} {{ else if in . "-sa" }} {{ end }} {{ end }}
{{ else }} Copyright © {{ now.Format "2006" }} {{ .Site.Params.Author.name }} {{ end }}
Made in anger with hugo-minimalist theme.