From: Sergey Matveev Date: Mon, 9 Aug 2021 18:26:04 +0000 (+0300) Subject: finger:// X-Git-Tag: v0.19.0^0 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6088956a95bfeb982f0f228c5162e649104d14a5;p=sgblog.git finger:// --- 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" )