Skip to content

Commit

Permalink
fix speaker links on 2024 landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Oct 24, 2024
1 parent 3637845 commit 47f3d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/2024/sections/speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2 class="mb-9">{{ section.extra.section.speakers.title }}</h2>
<ul class="speakers-list">
{% for speaker in section.extra.speakers %}
<li class="speakers-list__speaker">
<a href="{{ speaker.link }}" class="speakers-list__link"></a>
<a href="/{{ speaker.link }}" class="speakers-list__link"></a>
<div class="photo-container">
<div class="photo-container-overlay"></div>
<span class="visually-hidden">{{speaker.name}}</span>
Expand Down

0 comments on commit 47f3d98

Please sign in to comment.