{{ if (eq .Site.Params.author.name .Site.Params.creator.name) }} A website by {{ else }} A website published by {{ if isset .Site.Params.author "url" }} {{ .Site.Params.author.name }} {{ else }} {{ .Site.Params.author.name }} {{ end }} and built by {{ end }}
{{ .Site.Params.creator.name }}
This project is open-source under “I'm so tired” license. However all albums visuals and streaming services logos rights belong entirely to their respective owners. {{ with .Site.GetPage "/" }} {{ with .OutputFormats.Get "rss" }} {{ printf ` — RSS feed` .Permalink | safeHTML }} {{ end }} {{ end }}
{{ if (and (isset .Site.Params.hosting "url") (isset .Site.Params.hosting "name")) }}
{{ if isset .Site.Params.hosting "prefixtext" }} {{ .Site.Params.hosting.prefixtext }} {{ else }} Thanks to {{ end }} {{ .Site.Params.hosting.name }} {{ if isset .Site.Params.hosting "suffixtext" }} {{ .Site.Params.hosting.suffixtext }} {{ else }} for hosting this site. {{ end }}
{{ end}}