starting the blog
This commit is contained in:
15
blog/themes/default/layouts/partials/html-meta.html
Normal file
15
blog/themes/default/layouts/partials/html-meta.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{ 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 -}}
|
||||
Reference in New Issue
Block a user