From 54c46ffb528d0a3bef45c787ca674cc180c97a40 Mon Sep 17 00:00:00 2001 From: Lukas Ruge <tvluke@chaotikum.org> Date: Wed, 10 Jun 2020 18:33:31 +0200 Subject: [PATCH] Update site-aside.html --- _includes/site-aside.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/site-aside.html b/_includes/site-aside.html index 640759c6..4b0ea96d 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 %} -- GitLab