diff --git a/router.go b/router.go index dcb3ecb..c19ed3f 100644 --- a/router.go +++ b/router.go @@ -3,7 +3,7 @@ package main import ( "fmt" - "html/template" + "text/template" "time" "github.com/eiblog/eiblog/setting"