cmd/sgblog/http.go | 1 + common.go | 2 +- diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index 790116be01b1b1e910c9569ec8992f15eb089becccb1f80ee741e2f4b5347a60..0db78ed2bd3b197041018fea22d8c4b564ddaf0a7d0a6f2dbe5461a3de41286b 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -158,6 +158,7 @@ var ( renderableSchemes = map[string]struct{}{ "finger": {}, "ftp": {}, + "gemini": {}, "gopher": {}, "http": {}, "https": {}, diff --git a/common.go b/common.go index 5f9306ad469f52c55f8b6f7aed9353d0e874b9b5ab63dfd97e0fe2438693a096..a9ab887574abc9ecbcf7c86c24f1b5be34717d17fe04d1f0189e91431ba63d3f 100644 --- a/common.go +++ b/common.go @@ -15,7 +15,7 @@ "go.cypherpunks.ru/recfile" ) const ( - Version = "0.20.1" + Version = "0.20.2" WhenFmt = "2006-01-02 15:04:05Z07:00" )