{{ hugo.Generator }} {{ $style := resources.Get "css/main.scss" | resources.ExecuteAsTemplate "css/main.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint -}} {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ partial "analytics.html" }} {{ template "_internal/google_analytics.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ template "_internal/opengraph.html" . }}
{{ .Site.Params.author | default {{ .Site.Title }}

{{ .Site.Params.description | default "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium." }}

Blog Navigation {{- with .Site.Menus.main }} {{- end }} {{- with .Site.Menus.secondary }}
What I am doing in the {{- end }} {{- with .Site.Menus.tertiary }}
Auxillary Pages {{- end }}
Me Elsewhere on the Internet {{- with .Site.Params.social }}
{{ range . }} {{ partial "icon.html" (dict "ctx" $ "name" .icon "title" .name) }} {{ end }}
{{- end }}
{{ block "main" . }} {{ .Content }} {{ end }}