hugo-cms/templates/fs.go
2025-02-02 09:54:30 +11:00

11 lines
166 B
Go

package templates
import "embed"
//go:embed *.html
//go:embed auth/*.html
//go:embed layouts/*.html
//go:embed posts/*.html
//go:embed sites/*.html
var FS embed.FS