Holy Trinity Goodramgate, York has always been about the stories of ordinary people. While the nearby York Minster dealt with the scholarship and pageantry, Holy Trinity Goodramgate quietly got on with managing births, marriages and deaths for the local people, mainly traders on Goodramgate. This short tour, which takes you inside and outside the historic building, introduce you to the vicars, mayors, sculptors, millers, butchers and even a comedian who would have been familiar with the building and the tales they have to tell.
The site will be open for visiting during Heritage Open Days as usual Wednesday - Sunday 11am to 4pm.
No booking. Simply request to join a tour at 11:30am or 2pm on the day.
/**
* 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
*/