You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
725 B
HTML
16 lines
725 B
HTML
<meta charset="utf-8">
|
|
{{ with partial "paige-func-authors.html" . }}
|
|
<meta content="{{ . }}" name="author">
|
|
{{ end }}
|
|
{{ with .Description }}
|
|
<meta content="{{ . }}" name="description">
|
|
{{ end }}
|
|
{{ if or .Keywords .Params.tags .Params.categories }}
|
|
<meta content="{{ delimit (sort (union (union .Keywords .Params.tags) .Params.categories)) `, ` }}" name="keywords">
|
|
{{ end }}
|
|
<meta content="{{ .Site.Params.paige.color | default `#0d6efd` }}" name="msapplication-TileColor">
|
|
<meta content="{{ .Site.Params.paige.color | default `#0d6efd` }}" name="theme-color">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
{{ template "_internal/opengraph.html" . }}
|
|
{{ template "_internal/twitter_cards.html" . }}
|