diff --git a/templates/discover.gohtml b/templates/discover.gohtml index 36361c8..f04d952 100644 --- a/templates/discover.gohtml +++ b/templates/discover.gohtml @@ -56,7 +56,7 @@

Trending This Season

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

Highly Anticipated

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

All-Time Greats

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