Files
hextra_mirror/layouts/partials/utils/page-description.html
2023-08-27 23:44:43 +01:00

12 lines
238 B
HTML

{{ with .Description | plainify -}}
{{ . -}}
{{ else -}}
{{ if .IsHome -}}
{{ with .Site.Params.description | plainify -}}
{{ . -}}
{{ end -}}
{{ else -}}
{{ .Summary | plainify | chomp -}}
{{ end -}}
{{ end -}}