From c30fa058dd349f6847f1eef8c36483ffaffd15f5 Mon Sep 17 00:00:00 2001 From: Lukas Ruge <tvluke@chaotikum.org> Date: Thu, 2 May 2024 17:32:15 +0000 Subject: [PATCH] Update loancal.md --- loancal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loancal.md b/loancal.md index ff57b453..bdd9f496 100644 --- a/loancal.md +++ b/loancal.md @@ -12,7 +12,7 @@ permalink: /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> +<li><a href="{{ site.url }}{{device.url}}">{{device.name}}</a> (<a href="{{ site.url }}/loancal/{{realslug}}/loancal.ics">🗓</a>)</li> {%- endif -%} {%- endfor -%} {%- endfor -%} -- GitLab