{{ if gt .Date 0 -}} {{ end -}} {{ if lt .Date .Lastmod -}} {{- end -}} {{ $favicon_svg := resources.Get "/favicon.svg" | resources.Fingerprint "md5" }} {{- printf `` $favicon_svg.Permalink | safeHTML }} {{ $favicon := resources.Get "/favicon.png" -}} {{ $favicon_base64 := $favicon.Content | base64Encode }} {{ printf `` $favicon_base64 | safeHTML }} {{- if ne .Site.BaseURL "https://hedy.tilde.cafe/" -}} {{- end -}} {{ $css := resources.Get "main.css" | minify -}} {{ if .Params.highlight -}} {{ $syntaxlight := resources.Get "syntax/light.css" | minify -}} {{ $syntaxdark := resources.Get "syntax/dark.css" | minify -}} {{ end -}} {{ if eq .Permalink $.Site.BaseURL -}} {{ $.Site.Title }} {{ else -}} {{ .Title }}{{ .Site.Params.suffixTitle }} {{ end -}} {{- if (eq "page" .Kind) }} {{ else -}} {{ end -}} {{ hugo.Generator }}