Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/events/2026-dallas/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ Description = "devopsdays dallas 2026"
</div>
</div>

<!-- <div class = "row">
<div class = "row">
<div class = "col-md-2">
<strong>Propose</strong>
</div>
<div class = "col-md-8">
{{< event_link page="propose" text="Propose a talk!" >}}
<a href="https://sessionize.com/DevOpsDaysDallas2026">Propose a talk!</a>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, you're making it worse, as now you have to maintain 2 links
But this is not a blocker, mostly informing you that the old code was better

</div>
</div> -->
</div>

<!-- <div class = "row">
<div class = "col-md-2">
Expand Down
4 changes: 2 additions & 2 deletions data/events/2026/dallas/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cfp_date_start: # start accepting talk proposals.
cfp_date_end: # close your call for proposals.
cfp_date_announce: # inform proposers of status

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.
cfp_link: "https://sessionize.com/DevOpsDaysDallas2026" #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.

masthead_background: "swa_banner.png"

Expand Down Expand Up @@ -54,7 +54,7 @@ event_social_youtube: "DevOpsDaysDFW" # Change this to the youtube channel handl
social_shares: # ["email", "twitter", "facebook", "linkedin"]

nav_elements: # List of pages you want to show up in the navigation of your page.
# - name: propose
- name: propose
- name: location
- name: registration
# - name: program
Expand Down
Loading