Skip to content
Snippets Groups Projects
Commit 54c46ffb authored by Lukas Ruge's avatar Lukas Ruge
Browse files

Update site-aside.html

parent 3b90a199
No related branches found
No related tags found
No related merge requests found
Pipeline #2273 passed
...@@ -52,11 +52,11 @@ ...@@ -52,11 +52,11 @@
{% elsif page.layout == "werkstatt" %} {% elsif page.layout == "werkstatt" %}
<section class="section section--description"> <section class="section section--description">
<h3>Geräte</h3> <h3>Geräte</h3>
<ul>
{% for tool in site.tools %} {% for tool in site.tools %}
<ul> <li><a href="#{{ tool.uid }}">{{ tool.name }}</a></li>
<li><a href="#{{ tool.uid }}">{{ tool.name }}</a></li>
</ul>
{% endfor %} {% endfor %}
<ul>
</section> </section>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment