Add playlist link button to watchlist pages; fix LastCinema slug

- Each panel now has a full-width '→ OPEN FULL PLAYLIST ON YOUTUBE' link
  below the embed — resolves YouTube showing single video instead of playlist
- Link inherits panel accent color, inverts on hover
- Renamed TheLastCinema-watchlist.md → LastCinema-watchlist.md so build.py
  generates lastcinema.html (matching hub link)
- Regenerated all 5 collection pages

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-28 14:32:20 +02:00
parent dd51655792
commit aec3300e40
7 changed files with 223 additions and 2 deletions

View File

@@ -256,6 +256,24 @@
.panel-teal { --border-color: var(--wl-teal); }
.panel-green { --border-color: var(--wl-green); }
.panel-toucan { --border-color: var(--wl-toucan); }
.playlist-link {
display: block;
padding: 0.85rem 1.25rem;
font-weight: 700;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.08em;
color: var(--border-color);
text-decoration: none;
border-top: 1px solid var(--border-color);
transition: background 100ms ease, color 100ms ease;
}
.playlist-link:hover {
background: var(--border-color);
color: var(--bg-void);
}
</style>
</head>
<body>
@@ -290,6 +308,9 @@
allowfullscreen>
</iframe>
</div>
<a href="https://www.youtube.com/playlist?list=PLUby3nb967OCZ9GbPdci0M63b1PcI1TVZ" target="_blank" rel="noopener" class="playlist-link">
→ OPEN FULL PLAYLIST ON YOUTUBE
</a>
</section>
<section class="playlist-panel panel-green">
@@ -304,6 +325,9 @@
allowfullscreen>
</iframe>
</div>
<a href="https://www.youtube.com/playlist?list=PLUby3nb967OCq5LsgL2EmoaP9dwlhu2go" target="_blank" rel="noopener" class="playlist-link">
→ OPEN FULL PLAYLIST ON YOUTUBE
</a>
</section>
<section class="playlist-panel panel-toucan">
@@ -318,6 +342,9 @@
allowfullscreen>
</iframe>
</div>
<a href="https://www.youtube.com/playlist?list=PLUby3nb967ODwpT-Z-ej0dE4EcMIQirxe" target="_blank" rel="noopener" class="playlist-link">
→ OPEN FULL PLAYLIST ON YOUTUBE
</a>
</section>
<section class="playlist-panel panel-teal">
@@ -332,6 +359,9 @@
allowfullscreen>
</iframe>
</div>
<a href="https://www.youtube.com/playlist?list=PLUby3nb967OAuW_pFsPCtQyLp6nqoChHA" target="_blank" rel="noopener" class="playlist-link">
→ OPEN FULL PLAYLIST ON YOUTUBE
</a>
</section>
<section class="playlist-panel panel-green">
@@ -346,6 +376,9 @@
allowfullscreen>
</iframe>
</div>
<a href="https://www.youtube.com/playlist?list=PLUby3nb967OBOQgKPJdgeb_661OCc-IP_" target="_blank" rel="noopener" class="playlist-link">
→ OPEN FULL PLAYLIST ON YOUTUBE
</a>
</section>
<section class="playlist-panel panel-toucan">
@@ -360,6 +393,9 @@
allowfullscreen>
</iframe>
</div>
<a href="https://www.youtube.com/playlist?list=PLUby3nb967OAdklUmXZk8RI7DYhRmMIxT" target="_blank" rel="noopener" class="playlist-link">
→ OPEN FULL PLAYLIST ON YOUTUBE
</a>
</section>
<section class="playlist-panel panel-teal">
@@ -374,6 +410,9 @@
allowfullscreen>
</iframe>
</div>
<a href="https://www.youtube.com/playlist?list=PLUby3nb967OBfSGKNlj6nxh9E6J-Rzof5" target="_blank" rel="noopener" class="playlist-link">
→ OPEN FULL PLAYLIST ON YOUTUBE
</a>
</section>
<section class="playlist-panel panel-green">
@@ -388,6 +427,9 @@
allowfullscreen>
</iframe>
</div>
<a href="https://www.youtube.com/playlist?list=PLUby3nb967OAoUDyuAtKTSLCEgZkFwqdP" target="_blank" rel="noopener" class="playlist-link">
→ OPEN FULL PLAYLIST ON YOUTUBE
</a>
</section>
</main>