Files
site/themes/archie/layouts/partials/pagedescription.html
Dave Gallant 2e34ac9ac4 Revert "Switch to gruvbox theme"
This reverts commit 66cff08323.
2024-01-02 01:18:11 -05:00

7 lines
137 B
HTML

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