Files
site/themes/archie/layouts/partials/pagedescription.html
2023-03-25 11:13:25 -04:00

7 lines
137 B
HTML

<div class="description">
{{ if isset .Params "description" }}
{{ .Description }}
{{ else }}
{{ .Summary }}&hellip;
{{ end }}
</div>