mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-17 03:42:26 +08:00
chore: mv conf/tpl->website/template
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
|||||||
var xmlTmpl *template.Template
|
var xmlTmpl *template.Template
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
root := filepath.Join(config.WorkDir, "conf", "tpl", "*.xml")
|
root := filepath.Join(config.WorkDir, "website", "template", "*.xml")
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
xmlTmpl, err = template.New("").Funcs(template.FuncMap{
|
xmlTmpl, err = template.New("").Funcs(template.FuncMap{
|
||||||
|
|||||||
Reference in New Issue
Block a user