|
@@ -2,7 +2,7 @@
|
|
|
<meta charset="UTF-8" />
|
|
|
<meta http-equiv="content-language" content="en-us" />
|
|
|
<meta name="author" content="{{ .Site.Params.Author }}" />
|
|
|
- <meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.SiteDescription }}{{ end }}" />
|
|
|
+ <meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.Description }}{{ end }}" />
|
|
|
{{- $keywords := "" }}
|
|
|
{{- if .Params.Tags }}{{ $keywords = delimit .Params.Tags "," }}{{ end }}
|
|
|
{{- if .IsHome }}{{ $keywords = delimit .Site.Params.Tags "," }}{{ end }}
|