From 122400b1f19971a12c16e42bfb5f65955c144de1 Mon Sep 17 00:00:00 2001 From: KitsuneSolar Date: Thu, 26 Oct 2023 06:51:44 +0000 Subject: [PATCH] 2023-10-26 06:51:44 --- layouts/index.turbo.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) }}