diff --git a/mvc/models/config.go b/mvc/models/config.go index faf36f4..5f1037c 100644 --- a/mvc/models/config.go +++ b/mvc/models/config.go @@ -22,7 +22,7 @@ type pathsConfig struct { AssetsDir string `json:"assets_dir"` TemplatesDir string `json:"templates_dir"` TemplatesExt string `json:"templates_ext"` - PostsMaxCountOnPage int `json:"posts_max_count"` + PostsMaxCountOnPage int `json:"max_posts_per_page"` } type serverConfig struct {