1
0
Fork 0

Updates all links that open in new tabs

This commit is contained in:
Mouse Reeve 2022-08-05 10:20:43 -07:00
parent 9407695328
commit 4dd7f88e0a
20 changed files with 61 additions and 30 deletions

View file

@ -42,7 +42,7 @@
<div class="columns is-mobile">
{% with guess=item.book_guess %}
<div class="column is-narrow">
<a href="{{ item.book.local_path }}" target="_blank">
<a href="{{ item.book.local_path }}" target="_blank" rel="nofollow noopener noreferrer">
{% include 'snippets/book_cover.html' with book=guess cover_class='is-h-s' size='small' %}
</a>
</div>