Skip to content

Commit

Permalink
Update slide link to use image instead of text
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed May 7, 2024
1 parent 1f25f84 commit ebd4ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/components/program_talk_l2.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
{% endif %}
{%- unless speaker == Nil -%}{%- capture return_value -%}{%- include components/list_inline_pair.html sub=talk pred="schema:performer" -%}{%- endcapture -%}{%- endunless -%}
{%- if description -%}<details><summary style="cursor: zoom-in;">{%- endif -%}
{% unless speaker == Nil %}{{ return_value | strip }}: {% endunless %}{{ title }}{%- if download -%}<a href="{{ download | relative_link }}"> (→pdf)</a>{%- endif -%}
{% unless speaker == Nil %}{{ return_value | strip }}: {% endunless %}{{ title }}{%- if download -%}<a href="{{ download | relative_link }}"><img src="{%- relative_link /resources/images/presentation.svg -%}" alt="pdf slides" width="22px" style="vertical-align:middle"></a>{%- endif -%}
{%- if description -%}</summary>{{ description | markdownify }}</details>{%- endif -%}
</li>

0 comments on commit ebd4ed9

Please sign in to comment.