File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ eventDate: "May 15, 2025"
55
55
heroButtons :
56
56
- {permalink: "#about", text: "Learn more"}
57
57
- {link: "https://www.papercall.io/mendercon-2025", text: "Apply to our CFP"}
58
+ - {link: "https://www.eventbrite.com/e/mendercon-2025-tickets-1270907050199", text: "Get tickets"}
58
59
59
60
# About Block
60
61
aboutTitle : " About MenderCon"
Original file line number Diff line number Diff line change 5
5
< div class ="jumbotron ">
6
6
< div class ="title animated hiding " data-animation ="fadeInDown " data-delay ="500 ">
7
7
< h1 > Mender< span class ="title-highlight "> Con</ span > 2025</ h1 >
8
- < p class ="title-date "> {{ site.eventDate }} (tickets on sale soon-ish) </ p >
8
+ < p class ="title-date "> {{ site.eventDate }}</ p >
9
9
{% for button in site.heroButtons %}
10
10
< a href ="{% if button.permalink != null %} {{ button.permalink | prepend: site.baseurl }} {% else %} {{ button.link }} {% endif %} " class ="btn btn-primary waves-effect waves-button waves-light waves-float " {% if button.link ! = null %}target ="_blank "{% endif %} > {{ button.text }}</ a >
11
11
{% endfor %}
You can’t perform that action at this time.
0 commit comments