Skip to content

Commit

Permalink
Add ICS links back
Browse files Browse the repository at this point in the history
  • Loading branch information
mporcheron authored Sep 6, 2024
1 parent 7767f0f commit 5e5035e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions program/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@
</a>
{% endunless %}
{% endif %}
<!--{% capture calendar_url %}/program/ics/{{ session.id }}.ics{% endcapture %}
{% capture calendar_url %}/program/ics/{{ session.id }}.ics{% endcapture %}
<a href="{{ calendar_url | relative_url }}" title="Download an iCal (ICS) file for this session in the program" class="d-block prg-icon-cal me-2">
<span class="visually-hidden">iCalendar (ICS) file for this session</span>
</a>-->
</a>
{% capture session_url %}/program/link/{{ session.id }}{% endcapture %}
<a href="{{ session_url | relative_url }}" title="Get the permanent link to this session in the program" class="d-block prg-icon-link">
<span class="visually-hidden">Permalink to this session</span>
Expand Down Expand Up @@ -265,10 +265,10 @@ <h6 class="mt-3">{{ group.title }}</h6>
</div>
{% endfor %}
</div>
<!--

<a href="/program/ics/all.ics" title="Download an iCal (ICS) file for all sessions in the program" class="d-block prg-icon-cal mt-3 mx-2 small text-center">
Download an iCalendar (ICS) file for all sessions
</a>-->
</a>

<script>
window.addEventListener('load', () => {
Expand Down

0 comments on commit 5e5035e

Please sign in to comment.