diff --git a/templates/browse.gohtml b/templates/browse.gohtml index 439b11a..e33da8d 100644 --- a/templates/browse.gohtml +++ b/templates/browse.gohtml @@ -3,16 +3,20 @@ {{if .WatchlistIDs}}{{end}}
-

Browse

+

Browse

{{template "filter_bar" .}}
{{if eq (len .Animes) 0}} -
+
-

No anime found matching your filters.

+

No anime found

+
{{else}}
diff --git a/templates/components/anime_card.gohtml b/templates/components/anime_card.gohtml index c1b2deb..1e3252d 100644 --- a/templates/components/anime_card.gohtml +++ b/templates/components/anime_card.gohtml @@ -23,7 +23,7 @@ {{if $withActions}}
{{if not $isWatchlist}} -

+

{{$displayTitle}}

{{end}} @@ -67,7 +67,7 @@ {{end}} {{if and $withActions (not $hideTitle)}} -

+

{{$displayTitle}}

{{end}} diff --git a/templates/index.gohtml b/templates/index.gohtml index a24a173..57c8fdf 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -7,7 +7,7 @@