diff --git a/_config.yml b/_config.yml index 9d7b8b6..bd403c5 100644 --- a/_config.yml +++ b/_config.yml @@ -55,6 +55,7 @@ eventDate: "May 15, 2025" heroButtons: - {permalink: "#about", text: "Learn more"} - {link: "https://www.papercall.io/mendercon-2025", text: "Apply to our CFP"} + - {link: "https://www.eventbrite.com/e/mendercon-2025-tickets-1270907050199", text: "Get tickets"} # About Block aboutTitle: "About MenderCon" diff --git a/_includes/hero.html b/_includes/hero.html index 77c297c..6294a39 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -5,7 +5,7 @@

MenderCon 2025

-

{{ site.eventDate }} (tickets on sale soon-ish)

+

{{ site.eventDate }}

{% for button in site.heroButtons %} {{ button.text }} {% endfor %}