hugo-cms/templates/fs.go

9 lines
119 B
Go
Raw Normal View History

2025-01-26 23:19:31 +00:00
package templates
import "embed"
//go:embed *.html
//go:embed layouts/*.html
//go:embed posts/*.html
2025-01-26 23:19:31 +00:00
var FS embed.FS