{{ if .Description }} {{ end }} {{ if .Keywords }} {{ end }} {{ if .Params.editors }} {{ range .Params.editors }} {{ $e := $.GetPage (printf "editor/%s" .) }} {{ end }} {{ end }} {{ if .Params.authors }} {{ range .Params.authors }} {{ $e := $.GetPage (printf "author/%s" .) }} {{ end }} {{ end }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ hugo.Generator }} {{ if eq hugo.Environment "dev" }} {{ $style := resources.Get "css/site.css" | resources.PostCSS (dict "config" "assets/css/postcss.config.js") | minify }} {{ $style := resources.Get "css/player.css" | resources.PostCSS (dict "config" "assets/css/postcss.config.js") | minify }} {{ else }} {{ end }}