From c701a3ea345ebedf8e33ccbcd56b8fb8e22fada2 Mon Sep 17 00:00:00 2001 From: Chris C Date: Sun, 9 Mar 2025 14:02:51 -0600 Subject: [PATCH] Add ticket link and update event date display for MenderCon 2025 --- _config.yml | 1 + _includes/hero.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 %}