Files
paige-hugo/layouts/partials/paige/description.html
2023-01-21 23:43:53 -08:00

4 lines
92 B
HTML

{{ with .Description }}
<p class="lead text-center">{{ . | markdownify }}</p>
{{ end }}