feat(html): minify static and dynamic html output
This commit is contained in:
parent
f4b6436460
commit
e8a3df3334
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
<now-playing>
|
<now-playing>
|
||||||
<span class="content">{{ nowPlaying }}</span>
|
<span class="content">{{ nowPlaying }}</span>
|
||||||
</now-playing>
|
</now-playing>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue