hugo-cms/templates/fs.go

12 lines
190 B
Go

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