routes: add syntax highlight
1 file changed, 3 insertions(+), 2 deletions(-)
changed files
M config/config.go → config/config.go
@@ -21,8 +21,9 @@ Templates string `yaml:"templates"` Static string `yaml:"static"` } `yaml:"dirs"` Meta struct { - Title string `yaml:"title"` - Description string `yaml:"description"` + Title string `yaml:"title"` + Description string `yaml:"description"` + SyntaxHighlight string `yaml:"syntaxHighlight"` } `yaml:"meta"` Server struct { Name string `yaml:"name,omitempty"`