aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <>2022-04-29 10:36:43 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit5b52d269faa2ce2014d0feba603a2122361cf4eb (patch)
tree0b66338d18add90ccd1d100ffe9bdb1eecc7319d /main.go
parent3db517715bef6a53225c5c3c06e8fc5fd0bf71e3 (diff)
general layout organization
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index a08ed57..e7d79bd 100644
--- a/main.go
+++ b/main.go
@@ -102,11 +102,10 @@ func main() {
/* Routing and templates */
template := html.New("./views", ".html")
+ template.Debug(true)
TemplateFunctions(template)
- template.Reload(true)
-
app := fiber.New(fiber.Config{
AppName: "FChannel",
Views: template,