shithub: rc-gemd

Download patch

ref: 0de05aed17a583e6b74ce4d02876f9bfa88c9c2a
parent: 155f3d40db228d89bd4a400f81920d7eeb241af7
author: Moody <j4kem00dy@gmail.com>
date: Wed Aug 19 18:58:26 EDT 2020

Try and supply a markdown mime type for markdown files

--- a/handlers/serve-static
+++ b/handlers/serve-static
@@ -15,7 +15,9 @@
 switch($full_path){
 case *.gem *.gemini
         type=text/gemini
-case *.txt *.md
+case *.md
+		type=text/markdown
+case *.txt
         type=text/plain
 case *.jpg *.jpeg
         type=image/jpeg