diff options
-rw-r--r-- | nummer1/index.qmd | 1 | ||||
-rw-r--r-- | nummer2/index.qmd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nummer1/index.qmd b/nummer1/index.qmd index dec7b2d..bea2bc0 100644 --- a/nummer1/index.qmd +++ b/nummer1/index.qmd @@ -15,6 +15,7 @@ listing: sort: false max-items: 99 type: grid + grid-columns: 2 fields: [title, subtitle, author, description, image] aliases: - /index.html diff --git a/nummer2/index.qmd b/nummer2/index.qmd index 40bba58..bea7079 100644 --- a/nummer2/index.qmd +++ b/nummer2/index.qmd @@ -13,6 +13,7 @@ listing: sort: false max-items: 99 type: grid + grid-columns: 2 fields: [title, subtitle, author, description, image] aliases: - /index.html |