From fa24171aa3ea66027f028e32670b01e21f05d527 Mon Sep 17 00:00:00 2001 From: xing Date: Fri, 4 Nov 2022 12:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/templatefs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/templatefs.go b/templates/templatefs.go index 6024ca2..62e1b28 100644 --- a/templates/templatefs.go +++ b/templates/templatefs.go @@ -9,7 +9,7 @@ import ( "strings" ) -//go:embed twentyfifteen +//go:embed *[^templatefs.go] var TemplateFs embed.FS type FsTemplate struct {