meta keywords added
This commit is contained in:
parent
b7edf890b8
commit
55920e4d61
|
@ -2,6 +2,7 @@
|
||||||
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" title="{{ .Name }}" href="{{ .Permalink | safeURL }}">
|
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" title="{{ .Name }}" href="{{ .Permalink | safeURL }}">
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
<meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{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="created" content="{{ .Date.Format "2006-01-02T15:04:05-0700" }}">
|
||||||
<meta name="modified" content="{{ .Lastmod.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 }}
|
{{ with $.Param "author" }}<meta name="author" content="{{ . }}">{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue