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:
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user