Skip to content

Commit b89918f

Browse files
authored
Merge pull request #15741 from edanpiro/feature/tickets
[LIMA-2026] Update url register and add propose
2 parents 9479c48 + 85ef461 commit b89918f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

content/events/2026-lima/welcome.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ span.welcome-page-masthead-venue, span.welcome-page-date {
210210
<p>DevOpsDays Lima will be coming back to {{< event_location >}} on <strong class="welcome-hero-date">Aug 27-28, 2026</strong>.</p>
211211
<p>Our mission at DevOpsDays Lima is to drive technological evolution with an event that connects professionals, encourages sharing DevOps knowledge, and strengthens a culture of continuous innovation based on real experiences.</p>
212212
<div class="welcome-hero-cta">
213-
<a class="welcome-hero-btn" href="https://devopsdays.pe/#tickets">
213+
<a class="welcome-hero-btn" href="https://tickets.devopsdays.pe/">
214214
<i class="fa fa-ticket fa-lg" aria-hidden="true"></i>
215215
<span>Get your ticket</span>
216216
</a>
@@ -296,7 +296,7 @@ span.welcome-page-masthead-venue, span.welcome-page-date {
296296
<strong>Register</strong>
297297
</div>
298298
<div class="col-md-10">
299-
{{< event_link page="registration" text="Register to attend the conference!" >}}
299+
<a href="https://tickets.devopsdays.pe/">Register to attend the conference!</a>
300300
</div>
301301
</div>
302302

@@ -305,7 +305,7 @@ span.welcome-page-masthead-venue, span.welcome-page-date {
305305
<strong>Propose</strong>
306306
</div>
307307
<div class = "col-md-8">
308-
<a href="">Propose a talk!</a>
308+
<a href="https://talks.devopsdays.org/devopsdays-lima-2026/cfp">Propose a talk!</a>
309309
</div>
310310
</div>
311311

data/events/2026/lima/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ startdate: "2026-08-27T00:10:00+05:00" # The start date of your event. Leave bl
1515
enddate: "2026-08-28T00:18:00+05:00" # The end date of your event. Leave blank if you don't have a venue reserved yet.
1616

1717
# Leave CFP dates blank if you don't know yet, or set all three at once.
18-
cfp_date_start: # start accepting talk proposals.
19-
cfp_date_end: # close your call for proposals.
20-
cfp_date_announce: # inform proposers of status
18+
cfp_date_start: "2025-03-06T12:00:00-05:00"
19+
cfp_date_end: "2025-05-30T12:00:00-05:00"
20+
cfp_date_announce: "2025-06-15T12:00:00-05:00"
2121

22-
cfp_link: "" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
22+
cfp_link: "https://talks.devopsdays.org/devopsdays-lima-2026/cfp" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
2323

2424
masthead_background: "lima-banner-masthead.png"
2525

2626
registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
2727
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
2828

2929
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
30-
registration_link: "https://devopsdays.pe/#tickets" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
30+
registration_link: "https://tickets.devopsdays.pe/" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
3131

3232
# Location
3333
#
@@ -49,9 +49,9 @@ event_social_youtube: "DevOpsDaysLima" # Change this to the youtube channel hand
4949
social_shares: # ["email", "twitter", "facebook", "linkedin"]
5050

5151
nav_elements: # List of pages you want to show up in the navigation of your page.
52-
# - name: propose
5352
- name: devopsdays.pe
5453
url: https://devopsdays.pe/
54+
- name: propose
5555
- name: location
5656
- name: registration
5757
# - name: program

0 commit comments

Comments
 (0)