{{ with .Site.Params.motto }}

{{ . }}

{{ end }}

© {{ now.Year }} {{ .Site.Params.author.name | default .Site.Title }}. CC BY 4.0 & MIT. · Theme by Berry House

{{ with .Site.Params.author.email }} <{{ . }}> {{ end }} {{ with .Site.Params.support }} · {{ .text }} {{ end }}

{{ with .Site.Params.social }} {{ range $i, $s := . }} {{ if $i }} · {{ end }}{{ .name }} {{ end }} {{ end }} · RSS {{ with $.OutputFormats.Get "json" }} · JSON Feed{{ end }}