feat: add sfw to browse links across templates

This commit is contained in:
2026-06-16 17:25:22 +02:00
committed by Milas Holsting
parent 1c286e0194
commit 7c636455c1
5 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
<div>
<h2 class="text-base font-normal text-foreground">Airing & Popular</h2>
</div>
{{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"}}
</div>
<div hx-get="/api/catalog/airing" hx-trigger="load" hx-swap="outerHTML">
{{template "catalog_skeleton"}}