fixed stylesheet embedding

This commit is contained in:
Daniel Fichtinger 2024-11-28 18:44:47 -05:00
parent c65ebfc809
commit 065c344c03
5 changed files with 192 additions and 14 deletions

View file

@ -41,7 +41,7 @@ func main() {
}
}
settings := builder.GetSettings(*rootPath)
settings := builder.GetSettings(*rootPath, "foobar")
err := builder.Traverse(*rootPath, "foobar", settings)
if err != nil {
fmt.Printf("Error: %s\n", err.Error())