mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +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>
|
<ul>
|
||||||
{% for using_hash in page.using %}
|
{% for using_hash in page.using %}
|
||||||
{% for using in using_hash %}
|
{% 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 %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user