Skip to content

Commit

Permalink
Remove links from papers without abstracts
Browse files Browse the repository at this point in the history
  • Loading branch information
mporcheron authored Aug 28, 2024
1 parent 52aa85f commit 468d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h5 class="text-center mt-3">
</a>
</div>
{% endif %}
<div class="m-0 p-0 text-primary d-flex flex-row align-items-start collapse-link-chevron small" data-bs-toggle="collapse" href="#{{ presentation.id }}_abstract" role="button" aria-expanded="false" aria-controls="{{ presentation.id }}_abstract"></h3>
<div class="m-0 p-0 text-primary d-flex flex-row align-items-start {% if presentation.collapsable %}collapse-link-chevron{% endif %} small" {% if presentation.collapsable %}data-bs-toggle="collapse" href="#{{ presentation.id }}_abstract" role="button" aria-expanded="false" aria-controls="{{ presentation.id }}_abstract"{% endif %}></h3>
{% if presentation.title %}
<span class="flex-grow-1"><strong class="d-block">{{ presentation.title }}{% if presentation.type != "Panel Member" %}{% if presentation.type != "Panel" %}{% endif %}{% endif %}</strong></span>
{% if presentation.collapsable %}<i class="flex-grow-0 float-right bi bi-chevron-right mt-1"></i>{% endif %}
Expand Down

0 comments on commit 468d2e8

Please sign in to comment.