fixed double json
This commit is contained in:
@@ -440,10 +440,10 @@ data:
|
|||||||
Place: <b>{{ .JSON.String "place" }}</b>
|
Place: <b>{{ .JSON.String "place" }}</b>
|
||||||
</div>
|
</div>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ $c := .JSON.JSON "current" }}
|
{{ $c := .JSON "current" }}
|
||||||
{{ $hourly := .JSON.Array "hourly" }}
|
{{ $hourly := .JSON.Array "hourly" }}
|
||||||
{{ $daily := .JSON.Array "daily" }}
|
{{ $daily := .JSON.Array "daily" }}
|
||||||
{{ $src := .JSON.JSON "source" }}
|
{{ $src := .JSON "source" }}
|
||||||
|
|
||||||
<div class="idokep-wrap">
|
<div class="idokep-wrap">
|
||||||
<div class="idokep-top">
|
<div class="idokep-top">
|
||||||
|
|||||||
Reference in New Issue
Block a user