Skip to content

Commit

Permalink
Merge pull request #221 from csvconf/sapetti9-patch-17
Browse files Browse the repository at this point in the history
Update schedule.html
  • Loading branch information
sapetti9 authored May 6, 2024
2 parents 7512f51 + 27675e1 commit f07f775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ <h1 id="speakers">Speakers</h1>
<!-- <img class="image"
style="background-image:url(/img/speakers-2024/comma.jpg)"/>
{% endif %} -->
<span class="name"> {% if speaker.twitter %}
<a href="https://twitter.com/{{speaker.twitter}}">{{ speaker.name }}</a>
<span class="Name"> {% if speaker.twitter %}
<a href="https://twitter.com/{{speaker.twitter}}">{{ speaker.Name }}</a>
{% else %}
{{ speaker.name }}
{{ speaker.Name }}
{% endif %}
</span>
</td>
Expand Down

0 comments on commit f07f775

Please sign in to comment.