Remove statistics and add frequent tags in memory
This commit is contained in:
parent
284b649b69
commit
18baa2938b
10 changed files with 35 additions and 256 deletions
|
@ -73,7 +73,6 @@ func InitTemplate(assetsPath string) *Template {
|
|||
path.Join(templatePath, "edit.html"),
|
||||
path.Join(templatePath, "dashboard.html"),
|
||||
path.Join(templatePath, "settings.html"),
|
||||
path.Join(templatePath, "stats.html"),
|
||||
path.Join(templatePath, "help.html"),
|
||||
))
|
||||
|
||||
|
|
Reference in a new issue