hlfw.ca

webbing

Download patch

ref: e546670c2359bda8f78ca8087124b37295692ffd
parent: 97bb36f2aa4bd64e6dd527c240215ceb53d01e1f
author: Michael Misch <michaelmisch1985@gmail.com>
date: Mon Oct 28 10:18:12 PDT 2019

Forgot one

--- a/.gitignore
+++ b/.gitignore
@@ -1,1 +1,2 @@
 client
+vscode.code-workspace
--- a/router/pages.go
+++ b/router/pages.go
@@ -103,7 +103,7 @@
 		return nil, fmt.Errorf("Unauthorized")
 	}
 	i := cache.Data(p.printer)
-	i["css"] = cache.Css
+	i["css"] = cache.CSS
 	i["header"] = header(p.printer, p.status)
 	i["footer"] = footer(p.printer)
 	i["basedir"] = getBaseDir(cache.Path)