From 6088956a95bfeb982f0f228c5162e649104d14a5 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 9 Aug 2021 21:26:04 +0300 Subject: [PATCH] finger:// --- 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 0223735..b05df32 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -156,6 +156,7 @@ Topics: {{range .Topics}}[{{.}} var ( renderableSchemes = map[string]struct{}{ + "finger": {}, "ftp": {}, "gopher": {}, "http": {}, diff --git a/common.go b/common.go index 587d2ce..c3130a8 100644 --- a/common.go +++ b/common.go @@ -15,7 +15,7 @@ import ( ) const ( - Version = "0.18.0" + Version = "0.19.0" WhenFmt = "2006-01-02 15:04:05Z07:00" ) -- 2.44.0