增加更多可配置的部分
This commit is contained in:
@@ -23,7 +23,7 @@ func GetSettings(c *gin.Context) {
|
||||
publicKeys := []string{
|
||||
"site_title", "site_description", "site_author", "site_keywords",
|
||||
"visible_menus", "posts_per_page", "works_per_page", "snippets_per_page",
|
||||
"footer_icp", "contact_email",
|
||||
"footer_icp", "contact_email", "homepage_config",
|
||||
}
|
||||
|
||||
for _, key := range publicKeys {
|
||||
|
||||
Reference in New Issue
Block a user