Open timhemel opened 4 years ago
The attached patch fixed this more or less for me. Without any previous knowledge of Go, it may not be the most elegant or efficient solution. In short:
File not found
in the markdown template, which includes the livereload code.I've restricted the not-found handler to markdown files only, see PR #2.
If I create a markdown link and click on it in the server html content, I get a page with the message
"Not Found\r\n"
. I would like the server to detect when I create that file and show it.