chore: mv conf/tpl->website/template

This commit is contained in:
deepzz0
2021-05-07 15:17:20 +08:00
parent a99ed9504b
commit 488c0f04fe
6 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ import (
var xmlTmpl *template.Template
func init() {
root := filepath.Join(config.WorkDir, "conf", "tpl", "*.xml")
root := filepath.Join(config.WorkDir, "website", "template", "*.xml")
var err error
xmlTmpl, err = template.New("").Funcs(template.FuncMap{