added keywords metadata tag for google SEO

This commit is contained in:
gursi26 2022-08-28 16:34:43 +08:00
parent 72c5f4ea24
commit 4ba28f67bf

View File

@ -3,6 +3,7 @@
{{- $description := partialCached "data/description" . .RelPermalink -}}
<meta name='description' content='{{ $description }}'>
<meta name="keywords" content="{{ if .Params.Keywords }}{{ delimit .Params.Keywords ", " }}{{ end }}">
{{- $title := partialCached "data/title" . .RelPermalink -}}
<title>{{ $title }}</title>