aboutsummaryrefslogtreecommitdiffstats
path: root/internal/port/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/port/main.go')
-rw-r--r--internal/port/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/port/main.go b/internal/port/main.go
index b233012..5fb3dae 100644
--- a/internal/port/main.go
+++ b/internal/port/main.go
@@ -250,7 +250,7 @@ func ListenAndServe(bind, startpagefile string, robotsfile string, robotsdebug b
250 250
251 // 251 //
252 252
253 tplBox := packr.New("templates", "./internal/port/tpl") 253 tplBox := packr.New("templates", "./tpl")
254 254
255 templates := template.New("main.html").Funcs(funcMap) 255 templates := template.New("main.html").Funcs(funcMap)
256 256