Add space after article header on main page

main
Elnu 2 years ago
parent 18cb125205
commit f89e1c8d6c

@ -11,6 +11,7 @@
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ partial "metadata.html" . }}
</header>
<br>
{{ partial "content.html" .Content | truncate 500 }} <a href="{{ .RelPermalink }}">Read more &raquo;</a>
</article>
<br>