Skip to content
Snippets Groups Projects
loancal.md 490 B
Newer Older
---
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 -%}
Lukas Ruge's avatar
Lukas Ruge committed
<li><a href="{{ site.url }}{{device.url}}">{{device.name}}</a> (<a href="{{ site.url }}loancal/{{realslug}}/loancal.ics">🗓</a>)</li>
{%- endif -%}
{%- endfor -%}
{%- endfor -%}
</ul>