Skip to content

Commit a48e237

Browse files
authored
Merge pull request #69 from code4lib/cancellations
Implementations for cancellations
2 parents dc31caf + be62b12 commit a48e237

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

_includes/presentation_timeline.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ <h2 class="cd-timeline-content-title">
7272
{% if event.groupId == 'key-open' %}
7373
{% elsif event.groupId == 'key-close' %}
7474
{% else %}
75-
{% if talk.status == "canceled" %}<s>{% endif %}
76-
<h3 class="h4 talk-title"><a href="{{ talk.url }}">{{ talk.title }}</a></h3>
77-
{% if talk.status == "canceled" %}</s>{% endif %}
75+
76+
<h3 class="h4 talk-title">{% if talk.status == "canceled" %}<s>{% endif %}<a href="{{ talk.url }}">{{ talk.title }}</a>{% if talk.status == "canceled" %}</s>{% endif %}</h3>
7877
{% endif %}
7978
</div>
8079
<div class="col-12 d-none d-md-flex flex-wrap">

_posts/2025-03-10-infosec-for-a-world-at-war.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ day: 1
99
group: 2
1010
spot: 1
1111
location: friend
12+
status: canceled
1213
speakers:
1314
- bess-sadler
1415
speaker-text: Bess Sadler

_posts/2025-03-11-wait-why-are-we-doing-this-again-cultural-humility-approaches-to-metadata-remediation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ day: 2
99
group: 6
1010
spot: 3
1111
location: friend
12+
status: canceled
1213
speakers:
1314
- devon-murphy
1415
speaker-text: Devon Murphy

0 commit comments

Comments
 (0)