Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-08-24 22:54:45 +0300
committerVicky <vicky@vickylai.com>2018-08-24 22:54:45 +0300
commit463f61286ef7a0179e158c7fc50ff5fb79123cc2 (patch)
tree6a9d3c20134385868038aa36fd463c2990cc1c39 /layouts
parent1d207024622b266fdbd73ec1437cced0b857fe05 (diff)
Fix spacing and html background color
- Add spacing before All Blog Posts section - Apply background color to html (was white in dark theme)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/home/blog.html4
1 files changed, 4 insertions, 0 deletions
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 }}
+ </div>
+</div>
+<div class="section" id="all-posts">
+ <div class="container">
<h2 class="title is-2 has-text-centered top-pad">{{ i18n "index_blog_allPosts" . }}</h2>
{{ partialCached "blog/li.html" . }}
{{ else }}