The York Viking Market at Holy Trinity Goodramgate: An independent, artisan market offering the finest in carefully researched Viking-era items located in the atmospheric Holy Trinity Goodramgate. Come and experience shopping by candlelight amongst the historic pews.
Opening hours will be:
Friday 10am to 6pm
Saturday 10am to 5pm
Sunday 10am to 4pm
Entry is free (although donations to the Churches Conservation Trust which will go towards the conservation of our historic building and over 350 others are very welcome).
/**
* 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
*/