diff --git a/srv/content/router.hy b/srv/content/router.hy index d5b1549..18396f8 100644 --- a/srv/content/router.hy +++ b/srv/content/router.hy @@ -112,7 +112,7 @@ (.write f f"
{(if (and site site-valid?) f"" "")}{(clean name)}{(if (and site site-valid?) "" "")} at {(.strftime now "%Y-%m-%d %H:%M:%S")}:
{(clean comment)}
")) (return (dict - :code 301 + :code 303 :headers {"Location" (. request (get "headers") (get "Referer"))}))) (= method "GET") (error 405 "method not allowed")))