aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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,