Skip to content

Commit d53d0d7

Browse files
GrufoonyCopilot
andauthored
Update _includes/poster-list.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1490579 commit d53d0d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/poster-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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 -%}

0 commit comments

Comments
 (0)