{{ if .Site.Params.forceRedirect }}
{{ end }}
{{ if .OutputFormats.Get "RSS" }}
{{ with .OutputFormats.Get "RSS" }}
{{ end }}
{{ end }}
{{- partial "head_icons.html" . -}}
{{ if and (.Title) (ne .Title .Site.Title) }}
{{ .Title }} –
{{ end }}
{{ .Site.Title | default "Ficurinia" }}
{{/*
how to update these hashes:
https://gitlab.com/gabmus/hugo-ficurinia/-/merge_requests/5
*/}}
{{ if and site.Params.cactusCommentsSiteName (.Params.comments | default true) }}
{{ end }}
{{ $style := resources.Get "/scss/style.scss" | resources.ExecuteAsTemplate "/scss/style.scss" . | resources.ToCSS (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") | resources.Fingerprint "sha512" }}
{{- partial "inject/head.html" . -}}
{{- partial "head_meta_seo.html" . -}}
{{- partial "head_meta_opengraph.html" . -}}
{{- partial "head_meta_twitter.html" . -}}