1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-19 12:07:29 -05:00
Files
bobatheme/layouts/partials/description-or-summary.html

6 lines
97 B
HTML

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