1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-01-13 05:44:30 -06: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 }}