diff --git a/main.go b/main.go index 5a0d0fc..ec77be7 100755 --- a/main.go +++ b/main.go @@ -1,7 +1,6 @@ package main import ( - "fmt" "os" "time" @@ -38,7 +37,6 @@ func main() { } else { fmt.Printf("\nRunning cowyo server (version %s) at http://%s:%s\n\n", version, host, c.GlobalString("port")) } - fmt.Println(TLS) serve(c.GlobalString("host"), c.GlobalString("port"), c.GlobalString("cert"), c.GlobalString("key"), TLS) return nil } diff --git a/templates/index.tmpl b/templates/index.tmpl index 44f9d93..9009e94 100755 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -398,6 +398,7 @@
  • {{ .Page }}