got md ok

master v0.13.1
bel 2022-07-09 16:18:11 -06:00
parent 19c13c43f6
commit 7fabfcd14d
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -28,6 +28,7 @@ func SetContentTypeIfMedia(w http.ResponseWriter, r *http.Request) {
v = "image/jpeg"
case ".md":
v = "text/markdown"
v = "text/html"
case ".gif":
v = "image/gif"
case ".png":