add some alt tags to find missing weather icons

workspace
Brendan Howell 4 years ago
parent 0d66ca43b0
commit 17a9ba708f

@ -210,7 +210,7 @@
% endif
% if daycount <= 4:
<div class="weatherperiod">
<img src="file://${period['symbol']}" />
<img src="file://${period['symbol']}" alt="${period['symbol']}" />
<p class="weathertime">${period["period"]}</p>
<p class="weathertemp">${period["mintemp"]} ${period["maxtemp"]}</p>
</div>

Loading…
Cancel
Save