diff --git a/templates/anime.gohtml b/templates/anime.gohtml
index 724ebff..85e6e44 100644
--- a/templates/anime.gohtml
+++ b/templates/anime.gohtml
@@ -68,7 +68,7 @@
Studios
- {{range $i, $s := $anime.Studios}}{{if $i}}, {{end}}{{$s.Name}}{{end}}
+ {{range $i, $s := $anime.Studios}}{{if $i}}, {{end}}{{$s.Name}}{{end}}
{{end}}
@@ -89,7 +89,7 @@
Genres
{{range $anime.Genres}}
- {{.Name}}
+ {{.Name}}
{{end}}
@@ -99,7 +99,7 @@
Themes
{{range $anime.Themes}}
- {{.Name}}
+ {{.Name}}
{{end}}
@@ -109,7 +109,7 @@
Demographics
{{range $anime.Demographics}}
- {{.Name}}
+ {{.Name}}
{{end}}
diff --git a/templates/browse.gohtml b/templates/browse.gohtml
index df9bec8..ef2e672 100644
--- a/templates/browse.gohtml
+++ b/templates/browse.gohtml
@@ -19,8 +19,8 @@
No anime found
Try clearing filters or browsing what’s popular.
{{else}}
diff --git a/templates/index.gohtml b/templates/index.gohtml
index 3cce40e..cf4b58f 100644
--- a/templates/index.gohtml
+++ b/templates/index.gohtml
@@ -16,7 +16,7 @@
Airing & Popular
- {{template "section_action" dict "Href" "/browse?status=airing&order_by=popularity&sort=asc" "Label" "View all"}}
+ {{template "section_action" dict "Href" "/browse?status=airing&order_by=popularity&sort=asc&sfw=true" "Label" "View all"}}
{{template "catalog_skeleton"}}
diff --git a/templates/top_picks.gohtml b/templates/top_picks.gohtml
index 7cfe7c5..e338ca9 100644
--- a/templates/top_picks.gohtml
+++ b/templates/top_picks.gohtml
@@ -15,7 +15,7 @@
Add a few anime to your watchlist so the recommender has something to learn from.
{{else}}
diff --git a/templates/watchlist.gohtml b/templates/watchlist.gohtml
index 93a0257..8f2e58a 100644
--- a/templates/watchlist.gohtml
+++ b/templates/watchlist.gohtml
@@ -82,7 +82,7 @@
Start adding anime to keep track of what you want to watch.
{{end}}