git-preview @ main

static git web frontend but with images and html previews + code truncation

config: fix yaml
Mon, 19 Dec 2022
1 files changed, 1 insertions(+), 1 deletions(-)
M config/config.go

@@ -22,7 +22,7 @@ Title string `yaml:"title"`

Description string `yaml:"description"` } `yaml:"meta"` Server struct { - Name string `yaml:"fqdn,omitempty"` + Name string `yaml:"name,omitempty"` Host string `yaml:"host"` Port int `yaml:"port"` } `yaml:"server"`