From deab270f792f07456661859474a12fe869330f1c Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Sun, 7 Jan 2024 11:56:35 +0100 Subject: [PATCH] fix farplan url --- _layouts/frab.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/frab.xml b/_layouts/frab.xml index 877447ef..57455a18 100644 --- a/_layouts/frab.xml +++ b/_layouts/frab.xml @@ -179,7 +179,7 @@ Finding the first and last talk to establish the variables "earliest" and "lates {% if video.fahrplan_url and video.fahrplan_url != ''-%} {% if video.fahrplan_url contains "https://" -%} - {% assign url = video.url -%} + {% assign url = video.fahrplan_url -%} {% else -%} {% if conference.base_url contains "https://chaotikum.org" -%} {% capture url %}https://chaotikum.org{{video.url}}{% endcapture -%} -- GitLab