💄 Add support subcategory feature.
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
|
||||
{{ $globalVars := newScratch }}
|
||||
|
||||
{{ $globalVars.Set "postsCount" (len (where .Page.Site.RegularPages "Section" "in" .Site.Params.mainSections)) }}
|
||||
{{ $pages := (where .Page.Site.RegularPages "Section" "in" .Site.Params.mainSections) }}
|
||||
{{ $globalVars.Set "pages" $pages}}
|
||||
{{ $globalVars.Set "postsCount" (len $pages)}}
|
||||
{{ $globalVars.Set "catsCount" (len .Site.Taxonomies.categories) }}
|
||||
{{ $globalVars.Set "tagsCount" (len .Site.Taxonomies.tags) }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user