Motiejus Jakštys
0bc0ea4577
git-subtree-dir: jakstys.lt/themes/default git-subtree-mainline: b82ef4c7a5626048be31904c02f41567b158f043 git-subtree-split: 641a854a0a705a5ddbb3badeb2bc23cc079f9de6
16 lines
462 B
HTML
16 lines
462 B
HTML
{{ 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 -}}
|