diff --git a/layouts/index.html b/layouts/index.html index 4dcde2a..002a71e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -17,7 +17,9 @@
- See all posts + {{ range $firstSection := (where .Site.Sections "Section" "in" (first 1 (.Site.Params.mainSections))) }} + See all posts + {{ end }}
{{ end }}