hugo-cms/templates/fs.go

11 lines
166 B
Go
Raw 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-01 22:54:30 +00:00
//go:embed sites/*.html
2025-01-26 23:19:31 +00:00
var FS embed.FS