Skip to content

Commit 74da222

Browse files
committed
Add target=_blank back to Learn more link
Signed-off-by: Tim Ren <137012659+xr843@users.noreply.github.com>
1 parent 55222a9 commit 74da222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎_includes/content_filelinks.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="a-link">{% if is_archive_borrow %}<details class="copyright details-reset"><summary>{% endif %}<a class="btn" {% if include.newtab %}target="_blank"{% endif %} {% include content_link_data_attributes.html content=include.content linktype="Main External URL" linkfmt=linkfmt %} href="{{ include.content.external_url }}"{% for nrh in site.data.content.noreferrerhosts %}{% if include.content.external_url contains nrh %} rel="noreferrer"{% break %}{% endif %}{% endfor %}>{{ linkbody }}</a>{% if is_archive_borrow %}
1010
<i class="far fa-question-circle"></i>
1111
</summary><div>
12-
Reading this book on Archive.org may require a free account. <a href="https://help.archive.org/help/borrowing-from-the-lending-library/">Learn more</a>
12+
Reading this book on Archive.org may require a free account. <a href="https://help.archive.org/help/borrowing-from-the-lending-library/" target="_blank">Learn more</a>
1313
</div></details>{% endif %}</div>
1414
{% endif %}
1515
{%- if include.content.drive_links.size > 0 -%}

0 commit comments

Comments
 (0)