From ebd4ed9e159bd46656cbdd23fc77d2cd7b48e90e Mon Sep 17 00:00:00 2001 From: Norman Radtke Date: Tue, 7 May 2024 15:00:47 +0200 Subject: [PATCH] Update slide link to use image instead of text --- _includes/components/program_talk_l2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -%}