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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-03 16:57:30 +0300
committerDillon <dillonzq@outlook.com>2020-03-03 16:57:30 +0300
commitc7e389c25a6c5d083065960f46676525d7fd0a5e (patch)
tree14efe7c248f410227dcc81519b3ee3190b84cba5 /layouts
parent8a48fba708d9a9d1923ea28efc587ece2a0dd48b (diff)
feat(style): add some custom styles
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 0d3779e..5fad69f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -6,7 +6,7 @@
{{- end -}}
{{- /* Posts */ -}}
- {{- if .Site.Params.home.posts.enable -}}
+ {{- if ne .Site.Params.home.posts.enable false -}}
{{- /* Paginate */ -}}
{{- $paginator := where .Site.RegularPages "Type" "posts" -}}
{{- if ne .Site.Params.home.posts.mode.defaultHiddenFromHomePage false -}}