From 326b8b0a21f839c185b699e4eac5a87cd3f1d41e Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Tue, 7 Jul 2020 19:56:02 +0200 Subject: [PATCH] has to work now --- screenless/bureau/publications/news.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index dfea6a6..4e69e39 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -185,7 +185,7 @@

Weather

- <%! + <% daycount = 0 curr_day = "Today" %> @@ -198,7 +198,7 @@
${period["day"]}
% endif - <%! + <% if forecast[loop.index]["day"] != curr_day: daycount += 1 curr_day = forecast[loop.index]["day"]