diff options
Diffstat (limited to 'themes/flamingo/layouts/partials/sidebar.html')
-rw-r--r-- | themes/flamingo/layouts/partials/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flamingo/layouts/partials/sidebar.html b/themes/flamingo/layouts/partials/sidebar.html index 92bbd80..9070f56 100644 --- a/themes/flamingo/layouts/partials/sidebar.html +++ b/themes/flamingo/layouts/partials/sidebar.html @@ -5,7 +5,7 @@ </div> <div> <ul> - {{ range first 5 (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} + {{ range first 5 .Site.RegularPages }} <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> {{ end }} </ul> |