Skip to content

Commit 1cb4f5c

Browse files
authored
Added 'No Opener' to PDF links for lab page compatibility
1 parent 4014849 commit 1cb4f5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ <h1 class="display-1 page-title">{{site.paper_name}}</h1>
3030

3131
<ul class="resource-list list-inline">
3232
{%- if site.paper_pdf -%}
33-
<li><a role="button" href="{{site.paper_pdf}}" class="btn btn-primary rounded-pill">
33+
<li><a role="button" href="{{site.paper_pdf}}" rel="noopener" class="btn btn-primary rounded-pill">
3434
<i class="fa fa-file-pdf-o"></i><b> Paper</b>
3535
</a> &nbsp; &nbsp; </li>
3636
{%- endif -%}
3737
{%- if site.supplementary_pdf -%}
38-
<li><a role="button" href="{{site.supplementary_pdf}}" class="btn btn-primary rounded-pill">
38+
<li><a role="button" href="{{site.supplementary_pdf}}" rel="noopener" class="btn btn-primary rounded-pill">
3939
<i class="far fa-file-pdf"></i><b> Paper</b>
4040
</a> &nbsp; &nbsp; </li>
4141
{%- endif -%}

0 commit comments

Comments
 (0)