Changeset 4c9f29a in Klonkt for src/views/shell.ejs
- Timestamp:
- 06/15/2026 03:23:14 AM (3 months ago)
- Branches:
- main
- Children:
- 3e86f1c
- Parents:
- 650b601
- git-author:
- roboburr <roboburr@…> (06/15/2026 03:22:47 AM)
- git-committer:
- roboburr <roboburr@…> (06/15/2026 03:23:14 AM)
- File:
-
- 1 edited
-
src/views/shell.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/shell.ejs
r650b601 r4c9f29a 169 169 a singleton — see the script tag near </body>. --> 170 170 <link rel="stylesheet" href="/assets/css/audio.css?v=5"> 171 <!-- Eigen custom media-embeds (YouTube/SoundCloud/Spotify) in huisstijl. --> 172 <link rel="stylesheet" href="/assets/css/embed.css?v=1"> 171 173 172 174 <%- include('partials/shared-styles') %> … … 309 311 ?v=N — cache-buster: bump bij elke audio-player.js wijziging zodat 310 312 Cloudflare (max-age=1y) niet de oude versie blijft serveren. --> 311 <script src="/assets/js/audio-player.js?v=13"></script> 313 <script src="/assets/js/audio-player.js?v=15"></script> 314 <!-- Eigen custom media-embeds (YouTube/SoundCloud/Spotify) via de echte 315 player-API's + gedeelde mutual-exclusion registry met de site-speler. --> 316 <script src="/assets/js/embed-player.js?v=3" defer></script> 312 317 <% if (site && site.enable_audio_player && audioTracks && audioTracks.length > 0) { %> 313 318 <script>window.PCMS_SITE_TRACKS = <%- JSON.stringify(audioTracks) %>;</script>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)