all repos — flounder @ 2ed447ea6a2a629e27d47f88c3770886ba75e962

A small site builder for the Gemini protocol

remove double write bug
alex wennerberg alex@alexwennerberg.com
Sat, 05 Dec 2020 16:13:29 -0800
commit

2ed447ea6a2a629e27d47f88c3770886ba75e962

parent

dec7093aec691b170f684a7f10e11fd590434f19

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M http.gohttp.go

@@ -452,6 +452,7 @@ return

} if r.URL.Path == "/style.css" { http.ServeFile(w, r, path.Join(c.TemplatesDirectory, "static/style.css")) + return } _, err := os.Stat(fileName)