diff --git a/transfersh-server/handlers.go b/transfersh-server/handlers.go index 9f28c5b..1e19c47 100644 --- a/transfersh-server/handlers.go +++ b/transfersh-server/handlers.go @@ -105,7 +105,7 @@ func previewHandler(w http.ResponseWriter, r *http.Request) { content = html_template.HTML(data) } - templatePath = "download.md.html" + templatePath = "download.markdown.html" default: templatePath = "download.html" }