diff --git a/templates/discover.gohtml b/templates/discover.gohtml index 800d0cc..36361c8 100644 --- a/templates/discover.gohtml +++ b/templates/discover.gohtml @@ -56,9 +56,9 @@

Trending This Season

View all -
+
{{range $i, $anime := .Trending}} -
+
{{template "anime_card" dict "Anime" $anime "WithActions" true "IsWatchlist" (index $.WatchlistMap $anime.MalID)}}
{{end}} @@ -70,9 +70,9 @@

Highly Anticipated

View all
-
+
{{range $i, $anime := .Upcoming}} -
+
{{template "anime_card" dict "Anime" $anime "WithActions" true "IsWatchlist" (index $.WatchlistMap $anime.MalID)}}
{{end}} @@ -84,9 +84,9 @@

All-Time Greats

View all
-
+
{{range $i, $anime := .Top}} -
+
{{template "anime_card" dict "Anime" $anime "WithActions" true "IsWatchlist" (index $.WatchlistMap $anime.MalID)}}
{{end}} @@ -94,13 +94,5 @@
- + {{end}} \ No newline at end of file