1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

make sidebar template match the new format of the 'using' list

This commit is contained in:
Waldir Pimenta 2015-11-02 16:34:17 +00:00
parent cd0c12225d
commit b2eed043eb

View File

@ -47,7 +47,9 @@
<h3>Who's using this license?</h3>
<ul>
{% for using in page.using %}
<li><a href="{{ using[1] }}" target="_blank">{{ using[0] }}</a></li>
{% for hash in using %}
<li><a href="{{ hash[1] }}" target="_blank">{{ hash[0] }}</a></li>
{% endfor %}
{% endfor %}
</ul>
</div>