mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-20 09:32:19 +01:00
layouts/partials/head-meta.html: Trim whitespace around tags
It's the right thing to do.
This commit is contained in:
parent
113eac717b
commit
b1f07d1bbc
@ -5,18 +5,18 @@
|
|||||||
{{ template "_internal/schema.html" . }}
|
{{ template "_internal/schema.html" . }}
|
||||||
{{ template "_internal/twitter_cards.html" . }}
|
{{ template "_internal/twitter_cards.html" . }}
|
||||||
|
|
||||||
{{ with .Site.Params.google_verify_meta }}
|
{{- with .Site.Params.google_verify_meta -}}
|
||||||
<meta name="google-site-verification" content="{{ . }}" />
|
<meta name="google-site-verification" content="{{ . }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .Site.Params.bing_verify_meta }}
|
{{- with .Site.Params.bing_verify_meta -}}
|
||||||
<meta name="msvalidate.01" content="{{ . }}" />
|
<meta name="msvalidate.01" content="{{ . }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .Site.Params.yandex_verify_meta }}
|
{{- with .Site.Params.yandex_verify_meta -}}
|
||||||
<meta name="yandex-verification" content="{{ . }}" />
|
<meta name="yandex-verification" content="{{ . }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ .Hugo.Generator }}
|
{{- .Hugo.Generator -}}
|
||||||
|
|
||||||
{{- /* vim: set ts=2 sw=2 et: */}}
|
{{- /* vim: set ts=2 sw=2 et: */}}
|
||||||
|
Loading…
Reference in New Issue
Block a user