mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-16 17:27:04 +01:00
Alan Orth
a3bd024e29
Bootstrap v4 Alpha 6 removes support for IE 8 and 9 and these tags are no longer necessary. See: https://github.com/twbs/bootstrap/pull/21483
23 lines
706 B
HTML
23 lines
706 B
HTML
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
{{ template "_internal/opengraph.html" . }}
|
|
{{ template "_internal/schema.html" . }}
|
|
{{ template "_internal/twitter_cards.html" . }}
|
|
|
|
{{ if .Site.Params.google_verify_meta }}
|
|
<meta name="google-site-verification" content="{{ .Site.Params.google_verify_meta }}" />
|
|
{{ end }}
|
|
|
|
{{ if .Site.Params.bing_verify_meta }}
|
|
<meta name="msvalidate.01" content="{{ .Site.Params.bing_verify_meta }}" />
|
|
{{ end }}
|
|
|
|
{{ if .Site.Params.yandex_verify_meta }}
|
|
<meta name="yandex-verification" content="{{ .Site.Params.yandex_verify_meta }}" />
|
|
{{ end }}
|
|
|
|
{{ .Hugo.Generator }}
|
|
|
|
{{- /* vim: set ts=2 sw=2 et: */}}
|