diff --git a/layouts/index.turbo.xml b/layouts/index.turbo.xml index 66f7ef0..e440932 100644 --- a/layouts/index.turbo.xml +++ b/layouts/index.turbo.xml @@ -1,11 +1,9 @@ -{{ $image := (site.Params.node.cover.image) }} {{ $description := (site.Params.description) }} {{ with (.Summary) }}{{ $description = . }}{{ end }} {{ with (.Description) }}{{ $description = . }}{{ end }} {{ $pages := (where (site.RegularPages) "Type" "in" (site.Params.sections)) }} - -{{ $pages = (($pages) | first 500) }} +{{ $pages = (($pages) | first 100) }} {{ ((printf "") | safeHTML) }}