clicking on url opens up new tab instead

master
Edward Shen 2019-05-02 02:27:29 -04:00
parent 567d5b36ed
commit 90ce6167cf
Signed by: edward
GPG Key ID: F350507060ED6C90
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<div class="info">
<h3>{{ status.endpoint }}</h3>
<div class="spacer"></div>
<a href="{{ status.location }}">{{ status.location }}</a>
<a href="{{ status.location }}" target="_blank">{{ status.location }}</a>
</div>
{% if status.error %}<p class="error-msg">{{ status.error }}</p>{% endif %}
</main>