Skip to content
Snippets Groups Projects
availability.md 578 B
Newer Older
---
layout: verleih
calendar: true
title: Verleih Kalender
image: "/assets/vortrag.jpeg"
permalink: /availability/
Lukas Ruge's avatar
Lukas Ruge committed
## Gerätekalender
<ul>
{%- for availability in site.availability -%}
{%- for device in site.inventory -%}
{% if device.layout == "device" -%}
{%- if availability.device == device.uid -%}
 {%- assign realslug = device.url | split:'/' | last -%}
<li><a href="{{ site.url }}{{device.url}}">{{device.name}}</a> (<a href="{{ site.url }}/availability/{{realslug}}/availability.ics">🗓</a>)</li>
{%- endif -%}
{%- endif -%}
{%- endfor -%}
{%- endfor -%}
</ul>