Add support for themes (fixes #1925)
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
|
||||
func TestAssets(t *testing.T) {
|
||||
assets := auto.Assets()
|
||||
idx, ok := assets["index.html"]
|
||||
idx, ok := assets["default/index.html"]
|
||||
if !ok {
|
||||
t.Fatal("No index.html in compiled in assets")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user