{{ $title := cond .IsHome .Site.Title (printf "%s" (partial "kanji.html" .Title) | printf "%s%s" (cond (and (eq .Kind "term") (eq .Data.Singular "tag")) "#" "") | printf "%s") }} {{ with .Resources.GetMatch "{cover.*,*.jpg,*.png,*.jpeg}" }} {{ with .Permalink | absURL }} {{ end }} {{ end }} {{ with .Params.description }} {{ end }} {{ if eq .Kind "page" }} {{ if isset .Site.Params "soudanurl" }} {{ end }} {{ with .PublishDate }} {{ end }} {{ with .Lastmod }} {{ end }} {{ with .ExpiryDate }} {{ end }} {{ with .Params.tags }} {{ range . }} {{ end }} {{ end }} {{ with .Site.Params.AuthorProfile }} {{ end }} {{ end }} {{ with .Site.Params.Author }} {{ end }} {{ with .Site.Params.SiteTwitter }} {{ end }} {{ with .Site.Params.AuthorTwitter }} {{ end }} {{ with .Site.Params.ThemeColor }} {{ end }} {{ $main_options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }} {{ $main_template := resources.Get "sass/style.sass" }} {{ $main_style := $main_template | resources.ExecuteAsTemplate "style.sass" . | toCSS $main_options | resources.Minify }} {{ if .Site.Params.Stork }} {{ end }} {{ if isset .Site.Params "matomositeid" }} {{ end }} {{ if isset .Site.Params "soudanurl" }} {{ end }}