From 5c2b402a8aaa2d1693f64f2ca6576597bf28b339 Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 13 Jul 2021 08:34:56 +1000 Subject: Fix import paths --- app/rice-box.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/rice-box.go') diff --git a/app/rice-box.go b/app/rice-box.go index 68b6491..4920996 100644 --- a/app/rice-box.go +++ b/app/rice-box.go @@ -14,7 +14,7 @@ func init() { Filename: "base.html", FileModTime: time.Unix(1623157014, 0), - Content: string("{{define \"base\"}}\r\n{{ $playing := .Playing }}\r\n{{ $config := .Config }}\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n {{if $playing.ID}}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n {{end}}\r\n\r\n {{ template \"stylesheets\" . }}\r\n {{ template \"css\" . }}\r\n Tube\r\n \r\n\r\n \r\n
\r\n {{template \"content\" .}}\r\n
\r\n \r\n\r\n{{ template \"scripts\" . }}\r\n\r\n{{end}}\r\n{{ define \"css\" }}{{ end }}\r\n{{ define \"scripts\" }}{{ end }}\r\n{{ define \"stylesheets\" }}{{ end }}\r\n"), + Content: string("{{define \"base\"}}\r\n{{ $playing := .Playing }}\r\n{{ $config := .Config }}\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n {{if $playing.ID}}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n {{end}}\r\n\r\n {{ template \"stylesheets\" . }}\r\n {{ template \"css\" . }}\r\n Tube\r\n \r\n\r\n \r\n
\r\n {{template \"content\" .}}\r\n
\r\n \r\n\r\n{{ template \"scripts\" . }}\r\n\r\n{{end}}\r\n{{ define \"css\" }}{{ end }}\r\n{{ define \"scripts\" }}{{ end }}\r\n{{ define \"stylesheets\" }}{{ end }}\r\n"), } file3 := &embedded.EmbeddedFile{ Filename: "import.html", -- cgit v1.2.3