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

more ausleiihe kram

parent ee4bee29
No related branches found
No related tags found
No related merge requests found
Pipeline #26154 passed
......@@ -38,7 +38,7 @@ Wir haben einige Objekte in Sets zusammengestellt, die zusammen Sinn ergeben, od
<ul>
{% for tool in site.inventory -%}
{%- if tool.sets contains 'leihbar' -%}
<li><a href="{{ site.url }}{{device.url}}">{{tool.name}}</a></li>
<li><a href="{{ site.url }}{{tool.url}}">{{tool.name}}</a></li>
{%- endif -%}
{%- endfor-%}
</ul>
......
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