]> Sergey Matveev's repositories - sgblog.git/commitdiff
finger:// v0.19.0
authorSergey Matveev <stargrave@stargrave.org>
Mon, 9 Aug 2021 18:26:04 +0000 (21:26 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 9 Aug 2021 18:26:04 +0000 (21:26 +0300)
cmd/sgblog/http.go
common.go

index 02237353366459d2fc20550fa27c22721c54814b..b05df3288682609bc4f20311f8be38500ffad9ac 100644 (file)
@@ -156,6 +156,7 @@ Topics: {{range .Topics}}[<tt><a href="{{$Cfg.URLPrefix}}?topic={{.}}">{{.}}</a>
 
 var (
        renderableSchemes = map[string]struct{}{
+               "finger": {},
                "ftp":    {},
                "gopher": {},
                "http":   {},
index 587d2ce23a6912bc928b1a7d82fcbb048cdf7736..c3130a8da36aafb02083e11e7755bdd2a44a8232 100644 (file)
--- 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"
 )