{{ hugo.Generator }} {{ partial "favicon.html" . }} {{ if and (.IsHome) (.Site.Params.subTitle) }}
{{ .Site.Title }} - {{ .Site.Params.subTitle }}
{{ else if .IsHome }}
{{ .Site.Title }}
{{ else }}
{{ .Title }} - {{ .Site.Title }}
{{ end }} {{ if or (.Params.author) (.Site.Params.author) }}
{{ end }} {{ if or (.Params.description) (.Site.Params.description) }}
{{ end }} {{ if .Params.tags }}
{{ end }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ $sass := resources.Get "fuji.scss" }} {{ $options := (dict "targetPath" "assets/css/fuji.min.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $style := $sass | resources.ToCSS $options }}
{{ if .Site.Params.useResourceCDN }}
{{ if .Site.Params.customHighlight }} {{ else }} {{ end }} {{ if .Params.playerURL }}
{{ end }} {{ else }}
{{ if .Site.Params.customHighlight }} {{ else }} {{ end }} {{ if .Params.playerURL }}
{{ end }} {{ end }} {{ partial "analytic-gtag.html" . }} {{ partial "analytic-cfga.html" . }}