remove syntax highlighting
1 file changed, 2 insertions(+), 3 deletions(-)
changed files
M config/config.go → config/config.go
@@ -15,9 +15,8 @@ Unlisted []string `yaml:"unlisted,omitempty"` } type Meta struct { - Title string `yaml:"title"` - Description string `yaml:"description"` - SyntaxHighlight string `yaml:"syntaxHighlight"` + Title string `yaml:"title"` + Description string `yaml:"description"` } type Server struct {