refactor: update template embed to remove anime subdirectory

This commit is contained in:
2026-05-28 12:40:35 +02:00
parent dc09dcc547
commit f9a2649bec

View File

@@ -2,5 +2,5 @@ package templates
import "embed" import "embed"
//go:embed *.gohtml anime/*.gohtml components/*.gohtml //go:embed *.gohtml components/*.gohtml
var templateFS embed.FS var templateFS embed.FS