From 207ce9a9a0165b1c412338a748d6419f508d935b Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sun, 15 Jul 2018 00:52:03 +0200 Subject: [PATCH] =?UTF-8?q?Kalender:=20Kommende=205=20Termine=20=C3=BCber?= =?UTF-8?q?=20max.=2014=20Tage=20anzeigen?= 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 37fad3e..bdd69d1 100755 --- a/build.sh +++ b/build.sh @@ -2,5 +2,5 @@ hugo tools/merge_cals.py -upcoming="$(tools/gen_upcoming.py static/all.ics 7 7|tr '\n' ' ')" +upcoming="$(tools/gen_upcoming.py static/all.ics 14 5|tr '\n' ' ')" sed -i "s#CALENDAR#$upcoming#g" public/index.html