feat: revamp schedule and home pages

This commit is contained in:
2026-06-13 17:04:09 +02:00
parent 70a6e9a6b5
commit f2213bd4aa
3 changed files with 9 additions and 15 deletions

View File

@@ -1,10 +1,11 @@
{{define "title"}}Schedule{{end}}
{{define "title"}}Broadcast Guide{{end}}
{{define "scripts"}}<script type="module" src="/dist/static/schedule_board.js" defer></script>{{end}}
{{define "content"}}
<div class="flex flex-col gap-12 pb-24">
<section class="px-1">
<div class="flex flex-col gap-2">
<h1 class="text-4xl font-normal tracking-[-0.02em] text-foreground">Schedule</h1>
<h1 class="text-3xl font-normal tracking-[-0.02em] text-foreground">Broadcast Guide</h1>
<p class="max-w-2xl text-sm leading-6 text-foreground-muted">Times come from external broadcast metadata and may not match when episodes become playable from the provider.</p>
</div>
</section>