{{ if .Keywords }} {{ else if .Site.Params.DefaultKeywords }} {{ end }} {{ if .Description }} {{ else if .Site.Params.DefaultDescription }} {{ end }} {{- $title := .Title | default "happyDomain" }} {{- $description := .Description | default .Site.Params.DefaultDescription }} {{- $image := .Params.og_image | default (printf "%simg/og.webp" .Site.BaseURL) }} {{- $pageURL := .Permalink | default .Site.BaseURL }} {{ range .Translations }} {{ end }} {{ $scss := resources.Get "scss/bootstrap.scss" }} {{ $opts := dict "transpiler" "libsass" "includePaths" (slice "node_modules") }} {{ $css := $scss | css.Sass $opts }} {{ if hugo.IsProduction }} {{ $css = $css | minify | fingerprint }} {{ end }} {{ ` ` | safeHTML }} {{ if .IsHome }} {{ end }}