fix(*): corrects a number of html validation issues

This commit is contained in:
Cory Dransfeldt 2025-05-16 10:54:27 -07:00
parent 81e738621c
commit 48f527ab82
No known key found for this signature in database
6 changed files with 27 additions and 14 deletions

View file

@ -22,7 +22,7 @@
<span class="subheader">{{ item.chart.subtext }}</span>
</div>
</div>
<time datetime="{{ item.chart.played_at }}">
<time datetime="{{ item.chart.played_at | date: "%Y-%m-%dT%H:%M:%S%:z", "America/Los_Angeles" }}">
{{ item.chart.played_at | date:"%B %-d, %-I:%M%p", "America/Los_Angeles" }}
</time>
</div>