1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 11:37:28 -05:00

.Description should be in a <p>

This commit is contained in:
2021-10-09 16:02:26 -05:00
parent fd249a6972
commit c74ce0597c

@ -49,7 +49,9 @@
<div class="post-description"> <div class="post-description">
{{ if .Description }} {{ if .Description }}
<p>
{{ .Description | markdownify }} {{ .Description | markdownify }}
</p>
{{ else }} {{ else }}
{{ .Summary }} {{ .Summary }}
{{ end }} {{ end }}