Skip to content

Commit

Permalink
Remove weather from the forecast HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
kellpossible committed Jan 3, 2024
1 parent 7a4487e commit dd17ec2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/templates/forecast.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,6 @@ <h2 class="text-4xl text-center py-4">
<div class="pb-2 prose max-w-full leading-normal text-black">
{{ translated_string(recent_observations) | md }}
</div>
<h2 class="text-4xl text-center py-2">
{{ fl("weather-forecast-heading") }}
</h2>
<div class="pb-2 prose max-w-full leading-normal text-black">
{{ translated_string(weather_forecast) | md }}
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit dd17ec2

Please sign in to comment.