@@ -11,7 +11,7 @@ additional_css:
1111
1212 {% for talk in talks %}
1313 <section class =" talk" id =" {{ talk.name | md(true) | striptags | slugify }}" >
14- <h1 >{{ talk .name | md (true ) | safe }} </h1 >
14+ <h2 >{{ talk .name | md (true ) | safe }} </h2 >
1515
1616 {% if talk .coSpeakers %}
1717 <p ><em >(given together with
@@ -22,7 +22,7 @@ additional_css:
2222 ,
2323 {%- endif %}
2424 {% if cospeaker .url %}
25- <a target =" _new " href =" {{ cospeaker.url }}" >{{ cospeaker .name }} </a >
25+ <a target =" _blank " href =" {{ cospeaker.url }}" >{{ cospeaker .name }} </a >
2626 {%- else %}
2727 {{ cospeaker .name }}
2828 {%- endif %}
@@ -39,7 +39,7 @@ additional_css:
3939 {% else %}
4040 <dt >Part of:</dt >
4141 {% endif %}
42- <dd ><a target =" _new " href =" {{ talk.event.url }}" >{{ talk .event .name }} </a ></dd >
42+ <dd ><a target =" _blank " href =" {{ talk.event.url }}" >{{ talk .event .name }} </a ></dd >
4343 <dt >Date:</dt >
4444 {% if (talk .date | string ) == = talk .date %}
4545 <dd >{{ talk .date }} </dd >
@@ -52,12 +52,12 @@ additional_css:
5252 <dd >{{ talk .length }} </dd >
5353 {% if talk .url %}
5454 <dt >Link:</dt >
55- <dd ><a target =" _new " href ={{ talk.url }} >{{ talk .url }} </a ></dd >
55+ <dd ><a target =" _blank " href ={{ talk.url }} >{{ talk .url }} </a ></dd >
5656 {% endif %}
5757 {% if (talk .type != " interview" ) or talk .slides %}
5858 <dt >Slides:</dt >
5959 {% if talk .slides %}
60- <dd ><a target =" _new " href =" {{ talk.slides }}" >{{ talk .slides }} </a ></dd >
60+ <dd ><a target =" _blank " href =" {{ talk.slides }}" >{{ talk .slides }} </a ></dd >
6161 {% else %}
6262 <dd >TODO</dd >
6363 {% endif %}
@@ -67,7 +67,7 @@ additional_css:
6767 {% if talk .youtubeId %}
6868 <iframe class =" youtube"
6969 src =" https://www.youtube-nocookie.com/embed/{{ talk.youtubeId }}"
70- title =" YouTube video player: {{ talk.name | md(true) | striptags(true) }}" frameborder = " 0 "
70+ title =" YouTube video player: {{ talk.name | md(true) | striptags(true) }}"
7171 allow =" picture-in-picture; web-share" allowfullscreen ></iframe >
7272 {% else %}
7373 <p >(Youtube video pending)</p >
0 commit comments