Fix margin for automatic post summary
This commit is contained in:
parent
0ac19e409b
commit
b5b99ad1ad
4 changed files with 16 additions and 6 deletions
|
@ -11,9 +11,9 @@
|
|||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
<div class="content">
|
||||
{{ .Summary }}
|
||||
|
||||
<div class="content post-summary">
|
||||
{{ .Summary | safeHTML }}
|
||||
</div>
|
||||
{{ partial "articleInfoDate.html" . }}
|
||||
<!-- {{ if .Truncated }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue