{{ if .Site.Params.opengraph }}{{ template "_internal/opengraph.html" . }}{{ end -}} {{ if .Site.Params.schema }}{{ template "_internal/schema.html" . }}{{ end -}} {{ if .Site.Params.twitter_cards }}{{ template "_internal/twitter_cards.html" . }}{{ end -}} {{ hugo.Generator }} {{- with .Site.Home.OutputFormats.Get "RSS" }} {{- $rssLink := .RelPermalink }} {{- with $.Page.OutputFormats.Get "RSS" }} {{- if ne $rssLink .RelPermalink }} {{- end }} {{- end }} {{- end }} {{- with .Site.Params.favicon | default "favicon.ico" }} {{- if resources.Get . }} {{- $favicon := resources.Get . }} {{- end }} {{- end }} {{- $style := resources.Get "nocolor.css" }} {{- with .Site.Params.css }} {{- if resources.Get . }} {{- $styleCustom := resources.Get . }} {{- end }} {{- end }} {{ partial "extra_head.html" . }} {{ partial "header.html" . }}
{{ block "main" . }}{{ end }}
{{ partial "extra_foot.html" . }} {{ partial "footer.html" . }}