diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 13:17:36 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 13:17:36 -0700 |
commit | 3c1b5af67eec46f816db48d041c408dead61b5bd (patch) | |
tree | a2417b97b53c6e52b2ed3dc3ae594bb73fcc0d58 /fatcat_scholar/templates/home.html | |
parent | 510a070c9d7b886d6c8e3aa43b3b44bfa6ff1f6d (diff) | |
download | fatcat-scholar-3c1b5af67eec46f816db48d041c408dead61b5bd.tar.gz fatcat-scholar-3c1b5af67eec46f816db48d041c408dead61b5bd.zip |
most links in new tab (target=_blank)
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 875c055..26cbea3 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -32,7 +32,7 @@ <div class="ui four doubling cards"> <div class="ui card"> - <a class="image" href="https://web.archive.org/web/20171006225602/https://burnstrauma.biomedcentral.com/track/pdf/10.1186/s41038-017-0090-z?site=burnstrauma.biomedcentral.com"> + <a class="image" href="https://web.archive.org/web/20171006225602/https://burnstrauma.biomedcentral.com/track/pdf/10.1186/s41038-017-0090-z?site=burnstrauma.biomedcentral.com" target="_blank"> <img src="https://covid19.fatcat.wiki/fulltext_web//thumbnail/c9/c9e87f843b3cf7dc47881fa3d3ccb4693d7d9521.png"> </a> <div class="content"> @@ -46,7 +46,7 @@ </div> <div class="ui card"> - <a class="image" href="https://web.archive.org/web/20200328205104/http://europepmc.org/backend/ptpmcrender.fcgi?accid=PMC5180799&blobtype=pdf"> + <a class="image" href="https://web.archive.org/web/20200328205104/http://europepmc.org/backend/ptpmcrender.fcgi?accid=PMC5180799&blobtype=pdf" target="_blank"> <img src="https://covid19.fatcat.wiki/fulltext_web//thumbnail/1e/1e13eaf1d0fe6682b7759d40c49f9bf35b6eef68.png"> </a> <div class="content"> @@ -60,7 +60,7 @@ </div> <div class="ui card tablet-hide"> - <a class="image" href="https://web.archive.org/web/2017/http://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0032486&type=printable"> + <a class="image" href="https://web.archive.org/web/2017/http://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0032486&type=printable" target="_blank"> <img src="https://covid19.fatcat.wiki/fulltext_web//thumbnail/6e/6ea1978890ab099e90e61ddf078b6d983e60b07f.png"> </a> <div class="content"> @@ -74,7 +74,7 @@ </div> <div class="ui card mobile-hide"> - <a class="image" href="https://web.archive.org/web/2017/http://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0010071&type=printable"> + <a class="image" href="https://web.archive.org/web/2017/http://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0010071&type=printable" target="_blank"> <img src="https://covid19.fatcat.wiki/fulltext_web//thumbnail/60/60cd26dae93a4048b5aceb66c68bec325392fdf0.png"> </a> <div class="content"> |