fixed stylesheet embedding
This commit is contained in:
parent
c65ebfc809
commit
065c344c03
5 changed files with 192 additions and 14 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue