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
2 changes: 2 additions & 0 deletions Summit/2026/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
thought-provoking talks, keynotes and panel discussions.'
city = "Vancouver, Canada"
date = "1 - 3 September 2026"
submit-link = "https://form.jotform.com/260147181364858"
sponsor-link = "https://events.linuxfoundation.org/sel4-summit/sponsor/"
%}

{% include summit-new-format.html
Expand Down
6 changes: 3 additions & 3 deletions _includes/summit-heading.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<a href="{{include.submit-link}}" class="button-outline px-10">Submit</a>
{% else %}
<a href="{{include.reg-link}}" class="button-outline px-10">Register</a>
{% if include.sponsor-link %}
<a href="{{include.sponsor-link}}" class="button-outline px-10">Sponsor</a>
{% endif %}
{% endif %}
{% if include.sponsor-link %}
<a href="{{include.sponsor-link}}" class="button-outline px-10">Sponsor</a>
{% endif %}
</div>

Expand Down