Fix subdir static/

This commit is contained in:
2021-11-07 22:04:22 +00:00
parent a891047b7a
commit 30b306e485
2 changed files with 7 additions and 2 deletions

View File

@ -5,5 +5,5 @@ import "embed"
//go:embed *.html
var Templates embed.FS
//go:embed static/*
//go:embed static
var Static embed.FS