diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index f95de1e..1404c99 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -117,7 +117,7 @@ } .weatherday { float: left; - width: 25%; + width: 12.5%; } .weatherperiod img { width: 50%; @@ -192,16 +192,16 @@
Today
% for period in forecast: - % if daycount <= 3: - % if period["day"] != curr_day: - <% - daycount += 1 - curr_day = period["day"] - %> + % if (daycount <= 4) and (period["day"] != curr_day): + <% + daycount += 1 + curr_day = period["day"] + %>
${period["day"]}
- % endif + % endif + % if daycount <= 3:

${period["period"]}