{{ if in (slice "by" "by-nd" "by-sa" "by-nc" "by-nc-nd" "by-nc-sa") .Site.Params.license }} Creative Commons License
{{ .Site.Title }} by {{ with .Site.Author.homepage }} {{ $.Site.Author.name }} {{ else }} {{ $.Site.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 {{ else }} Copyright © {{ now.Format "2006" }} {{ .Site.Author.name }} {{ end }} {{ with .Site.GetPage "footer.md" }} {{ .Content }} {{ end }}