From bcbfdb2a514d52e34bdff19e12059d761cdfe819 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 15 Jun 2025 11:38:23 +0200 Subject: tolerate longer article summary on issue front page --- nummer5/index.qmd | 1 + nummer6/index.qmd | 1 + 2 files changed, 2 insertions(+) diff --git a/nummer5/index.qmd b/nummer5/index.qmd index f97f243..55258b9 100644 --- a/nummer5/index.qmd +++ b/nummer5/index.qmd @@ -17,6 +17,7 @@ listing: - stensliber sort: false max-items: 99 + max-description-length: 200 type: grid grid-columns: 2 fields: [title, subtitle, author, description, image] diff --git a/nummer6/index.qmd b/nummer6/index.qmd index a21db1c..1320498 100644 --- a/nummer6/index.qmd +++ b/nummer6/index.qmd @@ -27,6 +27,7 @@ listing: sort: false max-items: 99 page-size: 36 + max-description-length: 200 type: grid grid-columns: 2 fields: [title, subtitle, author, description, image] -- cgit v1.2.3