diff --git a/docs/PEDALPALOOZA.md b/docs/PEDALPALOOZA.md index b0dd04db..db614897 100644 --- a/docs/PEDALPALOOZA.md +++ b/docs/PEDALPALOOZA.md @@ -36,7 +36,8 @@ approx. early to mid May * Print calendar: * If a print calendar is being prepared, set `params.festival.printCalendarActive` to `true` * Set `params.festival.printCalendarDate` to the print deadline date - * Once the print deadline passes, set `params.festival.printCalendarActive` to `false` + * If there are multiple print rounds, update the deadline each time + * Once the last print deadline passes, set `params.festival.printCalendarActive` back to `false` ## During diff --git a/site/config/_default/hugo.toml b/site/config/_default/hugo.toml index 461c9a6b..b426eb2a 100644 --- a/site/config/_default/hugo.toml +++ b/site/config/_default/hugo.toml @@ -113,8 +113,8 @@ disableKinds = ["taxonomy", "term"] merchSaleActive = false # set to true when merch sales are open merchSaleInfo = "2nd pre-sale ends June 8th at 11:59pm." merchSaleURL = "https://www.shop.rendered.co/bikesummer" - printCalendarActive = false # set to true when print calendar is accepting submissions - printCalendarDate = "May 10th at 11:59pm" + printCalendarActive = true # set to true when print calendar is accepting submissions + printCalendarDate = "July 13th at 11:59pm" donationsURL = "https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=NQAUFEUSM49ZJ" # Main page image carousel diff --git a/site/themes/s2b_hugo_theme/layouts/partials/cal/edit.html b/site/themes/s2b_hugo_theme/layouts/partials/cal/edit.html index 58bc696d..b929a305 100644 --- a/site/themes/s2b_hugo_theme/layouts/partials/cal/edit.html +++ b/site/themes/s2b_hugo_theme/layouts/partials/cal/edit.html @@ -400,7 +400,7 @@