From f9a2649bece4fb154a81e401f3b8c7eb07bd978e Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 28 May 2026 12:40:35 +0200 Subject: [PATCH] refactor: update template embed to remove anime subdirectory --- templates/template_fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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