From 8e6e4d7ceab685acee5757921c6278845f559fcb Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 1 Sep 2021 16:25:43 +0300 Subject: [PATCH] gemini:// --- cmd/sgblog/http.go | 1 + common.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" ) -- 2.44.0