8 lines
249 B
HTML
8 lines
249 B
HTML
{{- with .Description -}}
|
|
<meta name="description" content="{{ . }}" />
|
|
{{- else -}}
|
|
<meta name="description" content="{{ .Site.Params.description }}" />
|
|
{{- end }} {{- with .Site.Params.author }}
|
|
<meta name="author" content="{{ . }}" />
|
|
{{- end }}
|