chore: now playing loading changes

This commit is contained in:
Cory Dransfeldt 2024-02-17 20:18:56 -08:00
parent 422ac5fb79
commit cf91650cc6
No known key found for this signature in database
5 changed files with 58 additions and 66 deletions

View file

@ -116,13 +116,14 @@
</noscript>
</head>
<body>
{% capture js %}
{% capture theme %}
{% render "../assets/scripts/theme.js" %}
{% endcapture %}
<script>{{ js }}</script>
<script>{{ theme }}</script>
{{ content }}
{% capture js %}
{% render "../assets/scripts/index.js" %}
{% render "../assets/scripts/now-playing.js" %}
{% render "../assets/scripts/theme-handler.js" %}
{% endcapture %}
<script>
{{ js }}