Add support for themes (fixes #1925)

This commit is contained in:
Audrius Butkevicius
2016-01-12 10:08:04 +01:00
committed by Jakob Borg
parent 06921443fc
commit 543891a0a0
127 changed files with 83 additions and 16 deletions
+1 -1
View File
@@ -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")
}