Fixed display of post excerpts
Missing p tag
This commit is contained in:
parent
6f5774a476
commit
6c9ebed829
1 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,11 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
{{ .Summary }}
|
|
||||||
|
<p>
|
||||||
|
{{ .Summary }}
|
||||||
|
</p>
|
||||||
|
|
||||||
{{- if .Truncated -}}
|
{{- if .Truncated -}}
|
||||||
<p><a href="{{.Permalink}}">Read more</a></p>
|
<p><a href="{{.Permalink}}">Read more</a></p>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in a new issue