diff --git a/templates/components/anime_card.gohtml b/templates/components/anime_card.gohtml
index 712ccec0..94b3c304 100644
--- a/templates/components/anime_card.gohtml
+++ b/templates/components/anime_card.gohtml
@@ -5,6 +5,7 @@
{{$hideTitle := .HideTitle}}
{{$isWatchlist := .IsWatchlist}}
{{$hasTopBadge := .HasTopBadge}}
+{{$smallHoverTitle := .SmallHoverTitle}}
{{$dataId := printf "id-%d" $anime.MalID}}
{{$imageUrl := posterURL $anime.Images.Webp.LargeImageURL $anime.Images.Jpg.LargeImageURL 400 600}}
@@ -21,7 +22,7 @@
{{if $withActions}}
{{if not $isWatchlist}}
-
+
{{$displayTitle}}
{{end}}
diff --git a/templates/simulcast.gohtml b/templates/simulcast.gohtml
index 5218ee33..70e1a5d3 100644
--- a/templates/simulcast.gohtml
+++ b/templates/simulcast.gohtml
@@ -1,6 +1,6 @@
{{define "title"}}Simulcast{{end}}
{{define "content"}}
-
+
Simulcast Season
@@ -23,7 +23,7 @@
{{if .Animes}}
{{range .Animes}}
- {{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}}
+ {{template "anime_card" dict "Anime" . "WithActions" true "SmallHoverTitle" true "IsWatchlist" (index $.WatchlistMap .MalID)}}
{{end}}
{{else}}