1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-04-27 09:34:01 -05:00
bobatheme/layouts/partials/description-or-summary.html

8 lines
132 B
HTML

{{ with .Description }}
<p>{{ . | markdownify }}</p>
{{ else }}
{{ with .Summary }}
{{ . }}
{{ end }}
{{ end }}