Bugfix in the hourly weather template

This commit is contained in:
2026-06-14 09:10:28 -05:00
parent 7cd07c429b
commit ceb00ad45e

View File

@@ -13,7 +13,8 @@ No current conditions available.
## Hourly Forecast
{{ with .Modules.HourlyForecast }}{{ range .Periods }}
- **{{ .Name }}:* {{ .TextDescription }} and {{ .TemperatureF }}. Chance of precipitation {{ .ProbabilityOfPrecipitationPercent }}%.
- **{{ .Name }}:** {{ .TextDescription }} and {{ .TemperatureF }}. Chance of precipitation {{ .ProbabilityOfPrecipitationPercent }}%.
{{ end }}
{{ end }}
## Precipitation Timing