From 74946e80b185799f236e1932bd9226f0b4ccc523 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 14 Aug 2019 00:32:02 +0200 Subject: [PATCH] =?UTF-8?q?Hauptseite:=20Zeige=20Termine=20der=20n=C3=A4ch?= =?UTF-8?q?sten=2020=20Tage.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4489ab6..dac88b4 100755 --- a/build.sh +++ b/build.sh @@ -2,6 +2,6 @@ hugo $(cat .hugo-params) tools/merge_cals.py -upcoming="$(tools/gen_upcoming.py static/all.ics 14 5|tr '\n' ' ')" +upcoming="$(tools/gen_upcoming.py static/all.ics 20 5|tr '\n' ' ')" cp static/all.ics public/all.ics sed -i "s#CALENDAR#$upcoming#g" public/index.html