1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-03-12 15:22:33 -05:00
bobatheme/layouts/partials/description-or-summary.html

8 lines
132 B
HTML
Raw Normal View History

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