From ceb00ad45e1755c2511b6cd2a79736af1ef7a183 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Sun, 14 Jun 2026 09:10:28 -0500 Subject: [PATCH] Bugfix in the hourly weather template --- internal/reporttemplate/templates/hourly.md.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/reporttemplate/templates/hourly.md.tmpl b/internal/reporttemplate/templates/hourly.md.tmpl index 264a391..76f4290 100644 --- a/internal/reporttemplate/templates/hourly.md.tmpl +++ b/internal/reporttemplate/templates/hourly.md.tmpl @@ -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