{{ $page := . }}
{{ $author := slice }}
{{ $authors := partial "paige/func-authors.html" $page }}
{{ $color := $page.Param `paige.site.color` | default `#0d6efd` }}
{{ $description := $page.Description | markdownify | plainify | htmlUnescape }}
{{ $exists := fileExists "assets/browserconfig.xml" }}
{{ $keywords := partial "paige/func-keywords.html" $page }}
{{ range $authors }}
{{ $author = $author | append (.Params.paige.author.name | default (.Title | markdownify | plainify | htmlUnescape)) }}
{{ end }}
{{ $author = delimit $author ", " }}
{{ with $author }}
{{ end }}
{{ with $description }}
{{ end }}
{{ with $keywords }}
{{ end }}
{{ if $exists }}
{{ $content := (resources.Get `browserconfig.xml` | resources.ExecuteAsTemplate `browserconfig.xml` $page).RelPermalink }}
{{ end }}
{{ template "_internal/opengraph.html" $page }}
{{ template "_internal/twitter_cards.html" $page }}