meta keywords added

This commit is contained in:
zzossig 2019-12-03 22:13:16 +09:00
parent b7edf890b8
commit 55920e4d61
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" title="{{ .Name }}" href="{{ .Permalink | safeURL }}">
{{ end -}}
<meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" />
<meta name="keywords" content="{{ delimit .Keywords "," }}">
<meta name="created" content="{{ .Date.Format "2006-01-02T15:04:05-0700" }}">
<meta name="modified" content="{{ .Lastmod.Format "2006-01-02T15:04:05-0700" }}">
{{ with $.Param "author" }}<meta name="author" content="{{ . }}">{{ end }}