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"]