mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
make sidebar template match the new format of the 'using' list
This commit is contained in:
parent
cd0c12225d
commit
b2eed043eb
@ -47,7 +47,9 @@
|
|||||||
<h3>Who's using this license?</h3>
|
<h3>Who's using this license?</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{% for using in page.using %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user