1

starting the blog

This commit is contained in:
2024-01-27 16:42:47 +02:00
parent 82434456d9
commit c3ef78605d
19 changed files with 343 additions and 0 deletions

View 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 -}}