mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
perf:1、优化自定义脚本功能
2、优化页面关键字
This commit is contained in:
parent
da4d034ad3
commit
e6b848d62b
@ -75,7 +75,7 @@ func (c *BaseController) Prepare() {
|
||||
c.Data["HighlightStyle"] = beego.AppConfig.DefaultString("highlight_style", "github")
|
||||
|
||||
if b, err := ioutil.ReadFile(filepath.Join(beego.BConfig.WebConfig.ViewsPath, "widgets", "scripts.tpl")); err == nil {
|
||||
c.Data["Scripts0"] = template.HTML(string(b))
|
||||
c.Data["Scripts"] = template.HTML(string(b))
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user