From: Sergey Matveev Date: Wed, 1 Sep 2021 13:25:43 +0000 (+0300) Subject: gemini:// X-Git-Tag: v0.20.2^0 X-Git-Url: http://www.git.stargrave.org/?p=sgblog.git;a=commitdiff_plain;h=8e6e4d7ceab685acee5757921c6278845f559fcb gemini:// --- diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index a811a59..9ee50ce 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 7899400..90adb7a 100644 --- a/common.go +++ b/common.go @@ -15,7 +15,7 @@ import ( ) const ( - Version = "0.20.1" + Version = "0.20.2" WhenFmt = "2006-01-02 15:04:05Z07:00" )