Bugfix in the hourly weather template
This commit is contained in:
@@ -13,7 +13,8 @@ No current conditions available.
|
|||||||
|
|
||||||
## Hourly Forecast
|
## Hourly Forecast
|
||||||
{{ with .Modules.HourlyForecast }}{{ range .Periods }}
|
{{ with .Modules.HourlyForecast }}{{ range .Periods }}
|
||||||
- **{{ .Name }}:* {{ .TextDescription }} and {{ .TemperatureF }}. Chance of precipitation {{ .ProbabilityOfPrecipitationPercent }}%.
|
- **{{ .Name }}:** {{ .TextDescription }} and {{ .TemperatureF }}. Chance of precipitation {{ .ProbabilityOfPrecipitationPercent }}%.
|
||||||
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
## Precipitation Timing
|
## Precipitation Timing
|
||||||
|
|||||||
Reference in New Issue
Block a user