diff --git a/templates/template_fs.go b/templates/template_fs.go index b85250a..26790cb 100644 --- a/templates/template_fs.go +++ b/templates/template_fs.go @@ -2,5 +2,5 @@ package templates import "embed" -//go:embed *.gohtml anime/*.gohtml components/*.gohtml +//go:embed *.gohtml components/*.gohtml var templateFS embed.FS