Rename seo-tags/description.html partial to seo-description.html

This commit is contained in:
2022-06-12 19:01:05 -05:00
parent 2a40664bb6
commit 637ffc12f5
5 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,9 @@
{{- with .Description -}}
<p>{{- . | markdownify -}}</p>
{{- else -}}
{{- with .Summary -}}
{{- . -}}
{{- else -}}
{{- .Site.Params.description -}}
{{- end -}}
{{- end -}}