diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 396c37e..da1ee81 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -36,10 +36,8 @@
Who's using this license?
- {% for using_hash in page.using %}
- {% for using in using_hash %}
- - {{ using[0] }}
- {% endfor %}
+ {% for using in page.using %}
+ - {{ using[0] }}
{% endfor %}