From 7bdfb73d623b27fc3c44d0ca61cb8825d2d17d04 Mon Sep 17 00:00:00 2001 From: TonyFord <tonyford@strategy-investor.de> Date: Fri, 5 Aug 2022 17:16:57 +0200 Subject: [PATCH] add dynamische saison --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index c032854..55dd152 100644 --- a/html/index.php +++ b/html/index.php @@ -1,5 +1,5 @@ --- --- <html> -<meta http-equiv="refresh" content="0;URL=./34.php"> +<meta http-equiv="refresh" content="0;URL=./{{ site.data.global.saison_now }}.php"> </html> -- GitLab