mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
make the icon using the image proxy
This commit is contained in:
parent
7c6ae901d9
commit
d25a0f6d72
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue