1
0
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:
Benjamin J. Balter 2013-04-16 14:11:22 -04:00 committed by Haacked
parent fdc6142aeb
commit 892de8ba4f

View File

@ -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>