File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22{% for poster in posters %}
33< div class ="citation-container ">
44 < div class ="citation ">
5- < a href ="{{ poster.pdf | relative_url }} " target ="_blank " class ="citation-image " aria-label ="{{ poster.title | default: 'poster link' | regex_strip }} ">
5+ < a href ="{{ poster.pdf | relative_url }} " target ="_blank " rel =" noopener noreferrer " class ="citation-image " aria-label ="{{ poster.title | default: 'poster link' | regex_strip }} ">
66 {% include pdf-preview.html pdf=poster.pdf image=poster.image title=poster.title %}
77 </ a >
88 < div class ="citation-text ">
99 {% include icon.html icon="fa-solid fa-chalkboard" %}
10- < a href ="{{ poster.pdf | relative_url }} " target ="_blank " class ="citation-title "> {{ poster.title }}</ a >
10+ < a href ="{{ poster.pdf | relative_url }} " target ="_blank " rel =" noopener noreferrer " class ="citation-title "> {{ poster.title }}</ a >
1111 < div class ="citation-authors ">
1212 {%- for author in poster.authors -%}
1313 {%- if author.member -%}
You can’t perform that action at this time.
0 commit comments