mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
target blank only http on home page
This commit is contained in:
parent
befb92006b
commit
77175d41ac
1 changed files with 1 additions and 1 deletions
2
src/ui/templates/home.html
vendored
2
src/ui/templates/home.html
vendored
|
|
@ -12,7 +12,7 @@
|
|||
<!-- stats card -->
|
||||
<a href="{{ card['link'] }}"
|
||||
class="home-card"
|
||||
target="_blank"
|
||||
{% if card['link'].startswith('http') %} target="_blank" {% endif %}
|
||||
rel="noopener">
|
||||
<!-- text -->
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue