diff --git a/config.yml b/config.yml index 7cb5dac..5c7c194 100644 --- a/config.yml +++ b/config.yml @@ -49,30 +49,15 @@ params: team: "Team" social: "Community" - # The Call To Action button at the header, + # The secondary button at the header CallToAction: text: "Become a Sponsor" link: "/sponsor" - # The Call To Action button at the header, - CallForPaper: - text: "2025 Photos" - link: "https://photos.app.goo.gl/f7cb8nFzQKhkFNXN8" - - # The Call To Action button at the header, - VideoButton: - text: "2025 Videos" - link: "https://www.youtube.com/playlist?list=PLRM-8sTy13XvT_S1KJWZz2KOJgOt_vVVH" - - # The Call For Paper button at the header, - # CallForPaper: - # text: "Apply to Speak" - # link: "https://sessionize.com/gophercon-israel-2025" - - # The tickets button at the header, - # Tickets: - # text: "Purchase Ticket" - # link: "https://www.eventer.co.il/gc2025" + # The primary button at the header + Tickets: + text: "Buy a Ticket" + link: "https://www.eventer.co.il/gophercon2026" # Call for Speakers (Sessionize CFP) — rendered as the "cfp" section CFP: diff --git a/docs/index.html b/docs/index.html index cea393d..b96ce55 100644 --- a/docs/index.html +++ b/docs/index.html @@ -111,14 +111,10 @@

- Become a Sponsor - - - 2025 Photos + Buy a Ticket - - 2025 Videos + Become a Sponsor
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 2a987a1..84df438 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -33,17 +33,11 @@

{{ with .price }} {{ . }} {{ end }} - {{ with .calltoaction }} - {{ .text }} - {{ end }} - {{ with .callforpaper }} - {{ .text }} - {{ end }} {{ with .tickets }} - {{ .text }} + {{ .text }} {{ end }} - {{ with .videoButton }} - {{ .text }} + {{ with .calltoaction }} + {{ .text }} {{ end }}