X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=cmd%2Fsgblog%2Fhttp.go;h=9ee50ce77a86fe78773def1b6e96eb74ac67ce03;hb=8e6e4d7ceab685acee5757921c6278845f559fcb;hp=a811a59ac4f0e71c25cb159b2be50b2e230fd1b1;hpb=50e6f2909c6f56911491e28f622ef3b43d9331d6;p=sgblog.git 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": {},