diff --git a/_includes/site-aside.html b/_includes/site-aside.html
index 640759c62c0dc4e7b1031e4f271f27b2a09e52e7..4b0ea96d44a0863042600fc4c9b95069ba635bf0 100644
--- a/_includes/site-aside.html
+++ b/_includes/site-aside.html
@@ -52,11 +52,11 @@
   {% elsif page.layout == "werkstatt" %}
   <section class="section  section--description">
   <h3>Geräte</h3>
+  <ul>
   {% for tool in site.tools %}
-    <ul>
-        <li><a href="#{{ tool.uid }}">{{ tool.name }}</a></li>
-    </ul>
+    <li><a href="#{{ tool.uid }}">{{ tool.name }}</a></li>
   {% endfor %}
+  <ul>
   </section>
   
   {% endif %}