all repos — elgit @ 4cb034adf2fd34dbaeae280c30d88601865dc7d8

fork of legit: web frontend for git, written in go

remove syntax highlighting

Alan Pearce
commit

4cb034adf2fd34dbaeae280c30d88601865dc7d8

parent

84ac9429d2b3dc331491481ff6669a3b78f99971

1 file changed, 2 insertions(+), 3 deletions(-)

changed files
M config/config.goconfig/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 {