You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #111 added visible prose on the homepage and a new key-questions.html partial that display the ticket price range using the values from hugo.toml:
Student: €40
Early Bird: €70
General: €100
Corporate: €300
These values are currently shown on the homepage as: "Tickets from €40 to €300" and in the Q&A section: "Tickets range from €40 (student) to €300 (corporate)."
They are also referenced in the Event schema AggregateOffer (lowPrice / highPrice).
Problem
The ticket pricing has not been officially confirmed or announced. Publishing these figures before the team agrees on them could be misleading to attendees and sponsors.
Questions to resolve
Are the current price tiers (€40 / €70 / €100 / €300) confirmed for 2026?
When will ticket sales open (needed to update ticketsUrl in hugo.toml and switch AggregateOffer.availability from PreOrder to InStock)?
Should the prices be hidden from the homepage until sales open, or is showing them now acceptable?
Context
PR #111 added visible prose on the homepage and a new
key-questions.htmlpartial that display the ticket price range using the values fromhugo.toml:These values are currently shown on the homepage as: "Tickets from €40 to €300" and in the Q&A section: "Tickets range from €40 (student) to €300 (corporate)."
They are also referenced in the
EventschemaAggregateOffer(lowPrice / highPrice).Problem
The ticket pricing has not been officially confirmed or announced. Publishing these figures before the team agrees on them could be misleading to attendees and sponsors.
Questions to resolve
ticketsUrlin hugo.toml and switchAggregateOffer.availabilityfromPreOrdertoInStock)?Options
key-questions.htmland the key-facts bar until Tito/ticketing is set up