For their one year anniversary of "being together so comfortably and so happily", Anne Lister and Ann Walker celebrated with plum pudding. We will be marking the anniversary of them attending Holy Trinity together and Anne Lister's Birthday by opening the pews in Holy Trinity for you to join us for tea and cake.
Buy your cake from our friends at the Old York Tea Room (just at our gate) and enjoy it inside the church or garden. Open pews will include the one used in the filming of "Gentleman Jack".
Tickets are not required. Drop in - no bookings - any time between 11am and 3pm.
/**
* 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
*/