{{ with .Params.artist }}

Artist

{{ . }} {{ end }} {{ with .Params.arttags }}

{{ i18n "tags" }}

{{ $len := (len .) }} {{ range $index, $element := . }} {{ strings.Title $element }}{{ if not (eq (add $index 1) $len) }},{{ end }} {{ end }} {{ end }} {{ if or .Params.mastodon_url .Params.pixiv_url }}

Also available on

{{ with .Params.mastodon_url }} Mastodon icon {{ end }} {{ with .Params.pixiv_url }} Pixiv icon {{ end }}
{{ end }} {{ with .Params.program }}

Created with

{{ . }} {{ end }} {{ with .Params.characters }}

Characters

{{ range . }} {{ with $.Site.GetPage "taxonomyTerm" (printf "characters/%s" .) }} {{ $year := .Page.Title }} {{ $year }}
{{ end }} {{ end }} {{ end }}