From 463f61286ef7a0179e158c7fc50ff5fb79123cc2 Mon Sep 17 00:00:00 2001 From: Vicky Date: Fri, 24 Aug 2018 14:54:45 -0500 Subject: Fix spacing and html background color - Add spacing before All Blog Posts section - Apply background color to html (was white in dark theme) --- layouts/partials/home/blog.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'layouts') diff --git a/layouts/partials/home/blog.html b/layouts/partials/home/blog.html index 67719bc..d79eab9 100644 --- a/layouts/partials/home/blog.html +++ b/layouts/partials/home/blog.html @@ -17,6 +17,10 @@ {{ end }} {{ end }} {{ if .Site.Params.home.showAllPosts }} + + +
+

{{ i18n "index_blog_allPosts" . }}

{{ partialCached "blog/li.html" . }} {{ else }} -- cgit v1.2.3