1
Fork 0
e11sync/blog/themes/default/layouts/partials/html-meta.html

16 lines
462 B
HTML
Raw Normal View History

2024-01-27 16:42:47 +02:00
{{ with .Site.Params.googleSiteVerification -}}
<meta name="google-site-verification" content="{{ . }}">
{{ end -}}
{{ with .Site.Params.author -}}
<meta name="author" content="{{ . }}">
{{ end -}}
{{ with .Site.Params.description -}}
<meta name="description" content="{{ . }}">
{{ end -}}
{{ with .Site.Params.keywords -}}
<meta name="keywords" content="{{ . }}">
{{ end -}}
{{ with .Site.Params.referrer -}}
<meta name="referrer" content="{{ . }}">
{{ end -}}