🐛 fixed the SCSS build waring things.
This commit is contained in:
parent
e83dbabc3f
commit
87301d1d83
@ -131,9 +131,9 @@ $gitter_enable : {{ $P.gitter.enable }};
|
|||||||
// Comment
|
// Comment
|
||||||
//$disqusjs_enable : {{ $P.disqusjs.enable }};
|
//$disqusjs_enable : {{ $P.disqusjs.enable }};
|
||||||
$disqusjs_enable : false;
|
$disqusjs_enable : false;
|
||||||
$livere_enable : {{ isset $P.livere "uid" }};
|
$livere_enable : {{ isset $P "livere" }};
|
||||||
$utterances_enable : {{ isset $P.utterances "utterances" }};
|
$utterances_enable : {{ isset $P "utterances" }};
|
||||||
$waline_enable : {{ isset $P.waline "serverurl" }};
|
$waline_enable : {{ isset $P "waline" }};
|
||||||
{{- with .Site.Params.comments }}
|
{{- with .Site.Params.comments }}
|
||||||
{{- $tce := and (isset . "nav") (and .storage (gt (len .nav) 1)) }}
|
{{- $tce := and (isset . "nav") (and .storage (gt (len .nav) 1)) }}
|
||||||
$two_comments_enable : {{ $tce }};
|
$two_comments_enable : {{ $tce }};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{{- if and .Page.IsSection (eq .Section "archives") }}
|
{{- 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 }}
|
{{ partial "list.html" $paginator }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{- $paginator := .Paginator.Pages.GroupByDate "2006" }}
|
{{- $paginator := .Paginator.Pages.GroupByDate "2006" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user