diff --git a/_includes/components/program_talk_l2.html b/_includes/components/program_talk_l2.html index 57d392c00..2b5171d41 100644 --- a/_includes/components/program_talk_l2.html +++ b/_includes/components/program_talk_l2.html @@ -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 -%}
{%- endif -%} - {% unless speaker == Nil %}{{ return_value | strip }}: {% endunless %}{{ title }}{%- if download -%} (→pdf){%- endif -%} + {% unless speaker == Nil %}{{ return_value | strip }}: {% endunless %}{{ title }}{%- if download -%}pdf slides{%- endif -%} {%- if description -%}{{ description | markdownify }}
{%- endif -%}