make the icon using the image proxy

This commit is contained in:
Tobias Diekershoff 2015-07-17 16:57:58 +02:00
parent 7c6ae901d9
commit d25a0f6d72
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<h4 title="{{$lastupdate}}">{{$title}}: {{$city}}</h4>
</div>
<p>
<img src="http://openweathermap.org/img/w/{{$icon}}.png" title="{{$description}}">
<img src="{{$icon}}" title="{{$description}}">
<ul class="curweather-details">
<li><strong>{{$temp}}</strong></li>
<li>{{$relhumidity['caption']}}: {{$relhumidity['val']}}</li>