1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-01-12 13:24:30 -06:00
bobatheme/layouts/partials/description-or-summary.html

8 lines
132 B
HTML

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