{{ 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" . }} {{ if .Site.Params.mainAssetsCDN }}
{{ else }} {{ if .Site.Params.useHugoPipes }} {{ $options := (dict "targetPath" "assets/css/fuji-custom.min.css" "outputStyle" "compressed") }} {{ $style := resources.Get "scss/fuji.scss" | resources.ToCSS $options }}
{{ else }}
{{ end }} {{ end }} {{ if .Params.playerURL }}
{{ end }} {{ if .Site.Params.useDisqusJS }}
{{ end }} {{ partial "analytic-gtag.html" . }} {{ partial "analytic-cfga.html" . }}