Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c701a3e

Browse files
committed
Add ticket link and update event date display for MenderCon 2025
1 parent f7c6d4d commit c701a3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ eventDate: "May 15, 2025"
5555
heroButtons:
5656
- {permalink: "#about", text: "Learn more"}
5757
- {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"}
5859

5960
# About Block
6061
aboutTitle: "About MenderCon"

_includes/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="jumbotron">
66
<div class="title animated hiding" data-animation="fadeInDown" data-delay="500">
77
<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>
99
{% for button in site.heroButtons %}
1010
<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>
1111
{% endfor %}

0 commit comments

Comments
 (0)