--- layout: verleih calendar: true title: Verleih Kalender image: "/assets/vortrag.jpeg" permalink: /loancal/ --- ## Kalender <ul> {%- for loancal in site.loancal -%} {%- for device in site.inventory -%} {%- if loancal.device == device.uid -%} {%- assign realslug = device.url | split:'/' | last -%} <li><a href="{{ site.url }}{{device.url}}">{{device.name}}</a> (<a href="{{ site.url }}loancal/{{realslug}}/loancal.ics">🗓</a>)</li> {%- endif -%} {%- endfor -%} {%- endfor -%} </ul>