{{ block "main" . }}{{ end }}
{{ with .OutputFormats.Get "rss" -}} {{ printf ` ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ $manifest := resources.Get "manifest.json" }} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/twitter_cards.html" . -}} {{ $.Scratch.Set "title" "" }} {{ if eq (.Param "bear") true }} {{ $.Scratch.Set "title" .File.BaseFileName }} {{ else }} {{ $.Scratch.Set "title" .Title }} {{ end }} {{ $title := $.Scratch.Get "title" }} {{- $siteTitle := ( .Site.Title ) -}} {{- if .IsHome -}}