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