This repository has been archived on 2025-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
archie-shades-of-purple/layouts/partials/pagedescription.html

7 lines
137 B
HTML

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