From d1c2a3b4c8c24285a6e5a1c9d51e837d2abe465f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 31 Oct 2024 08:07:05 -0700 Subject: [PATCH] Limit expanded year lists in the overall list template to 3 years for both blog and photostream --- config/_default/params.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 9a44e25..ca8f50f 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -9,6 +9,12 @@ github: erynofwales instagram: erynofwales description: Home page of Eryn Rachel Wells +blog: + yearLimit: 3 + +photostream: + yearLimit: 3 + photos: gridSize: 200 thumbnailSize: 600