Downloaded theme
This commit is contained in:
7
themes/minimal-black/layouts/partials/meta.html
Normal file
7
themes/minimal-black/layouts/partials/meta.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{- with .Description -}}
|
||||
<meta name="description" content="{{ . }}" />
|
||||
{{- else -}}
|
||||
<meta name="description" content="{{ .Site.Params.description }}" />
|
||||
{{- end }} {{- with .Site.Params.author }}
|
||||
<meta name="author" content="{{ . }}" />
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user