From 9ac41d3f9f0821e5e4b219db1b8b7bd3a1d32625 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 4 Jul 2026 05:09:45 +0200 Subject: [PATCH] feat: add aria-current to episode links for accessibility --- templates/watch.gohtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/watch.gohtml b/templates/watch.gohtml index ca4ab184..f5cdaaa9 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -279,7 +279,7 @@ {{$isCurrent := eq (printf "%v" .Number) $currentEpID}} {{$isFiller := .Filler}} {{$isRecap := .Recap}} - + {{.Number}} {{if .SubOnly}}Sub{{end}} @@ -291,7 +291,7 @@ {{$isCurrent := eq (printf "%v" .Number) $currentEpID}} {{$isFiller := .Filler}} {{$isRecap := .Recap}} - + {{if or $isFiller $isRecap}} {{end}}