{{- /* Priority: this page's own front matter > an explicit site-wide params.description override > params.profile.bio, stripped of markdown down to plain text. Set params.description only when the SEO snippet should say something different from the colophon bio; otherwise bio is the single source of truth for both. */}} {{- $desc := .Description }} {{- if not $desc }}{{ $desc = site.Params.description }}{{ end }} {{- if not $desc }}{{ with site.Params.profile.bio }}{{ $desc = . | markdownify | plainify }}{{ end }}{{ end }} {{ with $desc -}} {{- end }} {{ with resources.Get "css/style.scss" }} {{ $opts := dict "transpiler" "dartsass" "outputStyle" "compressed" }} {{ with . | toCSS $opts }} {{ end }} {{ end }} {{ block "head" . }}{{ end }}
Skip to content