Files
RAPPORT-WEBSITE/themes/hextra/layouts/_partials/utils/page-description.html
T
2026-05-26 11:52:03 +02:00

12 lines
283 B
HTML

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