mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
chore: mv conf/tpl->website/template
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user