Did you know that before restoration, Bedern Hall was part of William Wright's Pork Butchers, famed across the City for their pies.?
In search of the perfect pie, we've invited local pie makers to enter their very best pies for you to judge and vote for your favourites. Local ales from Yorkshire Heart Brewery, the perfect pie partner, available to buy.
We've partnered with The Company of Butchers of the City of York who sponsored the trophy and gave guidance on judging.
Last year's winners in the Traditional Category where Mountfield of Bubwith and in the Flavoured Category, Ged Bell. We hope they'll both be back to defend their Titles!
/**
* 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
*/