mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 03:08:51 +01:00
Open "Who's using" links in new tab.
Otherwise, people browsing licenses are forced to leave the site.
This commit is contained in:
parent
fdc6142aeb
commit
892de8ba4f
@ -36,7 +36,7 @@
|
||||
<ul>
|
||||
{% for using_hash in page.using %}
|
||||
{% for using in using_hash %}
|
||||
<li><a href="{{ using[1] }}">{{ using[0] }}</a></li>
|
||||
<li><a href="{{ using[1] }}" target="_blank">{{ using[0] }}</a></li>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user