hugo-theme-archie/layouts/partials/pagedescription.html

7 lines
137 B
HTML

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