feat(html): minify static and dynamic html output

This commit is contained in:
Cory Dransfeldt 2025-04-14 10:23:56 -07:00
parent f4b6436460
commit e8a3df3334
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
<script type="module" src="/assets/scripts/components/now-playing.js?v={% appVersion %}" defer></script> <script type="module" src="/assets/scripts/components/now-playing.js?v={% appVersion %}" defer></script>
<p class="{{ section }}"> <p class="{{ section }}">
<mark>Now playing</mark> <mark>Now playing</mark>&nbsp;
<now-playing> <now-playing>
<span class="content">{{ nowPlaying }}</span> <span class="content">{{ nowPlaying }}</span>
</now-playing> </now-playing>