From 3722214524996fa65925824beea6043ee7154e72 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Mon, 18 May 2020 20:26:27 +0200 Subject: Fix embedding templates --- internal/port/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // - tplBox := packr.New("templates", "./internal/port/tpl") + tplBox := packr.New("templates", "./tpl") templates := template.New("main.html").Funcs(funcMap) -- cgit v1.2.3-54-g00ecf