Skip to content

Commit

Permalink
Remove links from times
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed May 10, 2024
1 parent 8811803 commit 15baf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/ome2024_program_agenda.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ <h5>{{ session.name }}</h5>
<div class="row align-right">
{% for subevent in session.subEvent %}
<div class="medium-2 medium-offset-2 columns bold"><i class="fa fa-clock-o"></i>
<a href="https://www.timeanddate.com/worldclock/fixedtime.html?p1=3903&iso={{ subevent.startDate | date: "%Y-%m-%dT%H:%M:%S" }}">
<!-- <a href="https://www.timeanddate.com/worldclock/fixedtime.html?p1=3903&iso={{ subevent.startDate | date: "%Y-%m-%dT%H:%M:%S" }}"> -->
{{ subevent.startDate | date: "%H:%M" }} - {{ subevent.endDate | date: "%H:%M" }} UTC+1
</a>
<!-- </a> -->
</div>
<div class="medium-8 columns">
<a name="{{ subevent.name }}"></a>
Expand Down

0 comments on commit 15baf5a

Please sign in to comment.