{{ $style := resources.Get "css/style.css" }} {{ $markdown := resources.Get "css/markdown.css" }} {{ $syntaxHighlight := resources.Get "css/syntax-highlight.css" }} {{ $css := slice $style $markdown $syntaxHighlight | resources.Concat "style.css" | resources.Minify | resources.Fingerprint }} {{ $styleDark := resources.Get "css/style-dark.css" }} {{ $markdownDark := resources.Get "css/markdown-dark.css" }} {{ $cssDark := slice $styleDark $markdownDark | resources.Concat "style-dark.css" | resources.Minify | resources.Fingerprint }} {{ range .Site.Params.custom_css }} {{ end }} {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} {{/*- template "_internal/opengraph.html" . -*/}} {{/*- template "_internal/google_news.html" . -*/}} {{/*- template "_internal/schema.html" . -*/}} {{/*- partial "twitter_cards.html" . -*/}} {{ `` | safeHTML }} {{ `` | safeHTML }} {{- if and (not .Site.IsServer) .Site.GoogleAnalytics -}} {{ template "_internal/google_analytics_async.html" . }} {{- end -}} {{ if or .Params.math .Site.Params.math }} {{ partial "mathjax_support.html" . }} {{ end }}