Fix margin for automatic post summary

This commit is contained in:
Dmitry Kolosov 2020-06-03 23:26:07 +03:00
parent 0ac19e409b
commit b5b99ad1ad
4 changed files with 16 additions and 6 deletions

View file

@ -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 }}