1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-01-12 21:34:30 -06:00
bobatheme/layouts/partials/seo-description.html

10 lines
204 B
HTML
Raw Normal View History

{{- with .Description -}}
<p>{{- . | markdownify -}}</p>
{{- else -}}
{{- with .Summary -}}
{{- . -}}
{{- else -}}
{{- .Site.Params.description -}}
{{- end -}}
{{- end -}}