feat(style): add some custom styles

This commit is contained in:
Dillon
2020-03-03 21:57:30 +08:00
parent 8a48fba708
commit c7e389c25a
6 changed files with 18 additions and 7 deletions

View File

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