summaryrefslogtreecommitdiff
path: root/templates/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/template.html')
-rw-r--r--templates/template.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/template.html b/templates/template.html
index 4b20536..7592b50 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -80,8 +80,7 @@
<body {{ if .BgImage }} style="background-color: black; background-image: url(/bgimg);"{{ end }}>
{{ if .Weather }}
<div id="weather">
- <a href="{{ .Weather.URL }}"><img src="{{ .Weather.Icon }}" alt="" /></a>
- <span id="temp">{{ .Weather.Temp.Value }}°</span>
+ <span id="temp">{{ .Weather.Temp }}°</span>
</div>
{{ end }}
{{ if .Links }}
@@ -94,7 +93,6 @@
</div>
{{ end }}
-
<footer>
{{ if .Weather }}
<div id="yr_no_credit">Weather forecast from Yr, delivered by the Norwegian Meteorological Institute and NRK</div>