hugo-cms/templates/fs.go

12 lines
190 B
Go
Raw Permalink Normal View History

2025-01-26 23:19:31 +00:00
package templates
import "embed"
//go:embed *.html
2025-01-31 22:42:32 +00:00
//go:embed auth/*.html
2025-01-26 23:19:31 +00:00
//go:embed layouts/*.html
//go:embed posts/*.html
2025-02-16 00:43:22 +00:00
//go:embed pages/*.html
2025-02-01 22:54:30 +00:00
//go:embed sites/*.html
2025-01-26 23:19:31 +00:00
var FS embed.FS