🐛 fixed the SCSS build waring things.

This commit is contained in:
凡梦星尘
2022-07-27 11:06:02 +08:00
parent e83dbabc3f
commit 87301d1d83
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{{- if and .Page.IsSection (eq .Section "archives") }}
{{- $paginator := (.Paginate (where .Page.Site.RegularPages "Section" "in" .Site.Params.mainSections) ).Pages.GroupByDate "2006" }}
{{- $paginator := (.Paginate (where .Page.Site.RegularPages "Section" "in" .Site.Params.mainSections)).Pages.GroupByDate "2006" }}
{{ partial "list.html" $paginator }}
{{ else }}
{{- $paginator := .Paginator.Pages.GroupByDate "2006" }}