diff --git a/bootstrap/setting.go b/bootstrap/setting.go index 4834699a..a0db6d35 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -93,15 +93,6 @@ func InitSettings() { Access: model.PUBLIC, Group: model.FRONT, }, - { - Key: "markdown theme", - Value: "vuepress", - Description: "default | github | vuepress", - Access: model.PUBLIC, - Type: "select", - Values: "default,github,vuepress", - Group: model.FRONT, - }, { Key: "autoplay video", Value: "false",