Journey through York Minster on a pilgrimage for Creationtide guided by the cathedral’s clergy. Spirituality, faith and heritage will be woven together into an experience that invites you to slow down, take in your surroundings, and reconnect with the generations of pilgrims who have journeyed here before us.
The pilgrimage will begin on Saturday 19 September at 4pm.
After journeying through the building, all are invited to join a service of Choral Evensong at 5.30pm.
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/