From f89e1c8d6c59f482cf4034c4efb543e979cc6264 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 14 Jun 2022 11:19:45 -0700 Subject: [PATCH] Add space after article header on main page --- layouts/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/index.html b/layouts/index.html index 3e3236b..feec043 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,6 +11,7 @@

{{ .Title }}

{{ partial "metadata.html" . }} +
{{ partial "content.html" .Content | truncate 500 }} Read more »