repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
162bd66
parent
bdec0fc
author
Eric Bower
date
2025-04-10 15:30:53 -0400 EDT
fix(prose): default styles for 404
1 files changed,  +1, -0
M pkg/apps/prose/api.go
+1, -0
1@@ -481,6 +481,7 @@ func postHandler(w http.ResponseWriter, r *http.Request) {
2 			Footer:       footerHTML,
3 			Contents:     contents,
4 			Unlisted:     true,
5+			WithStyles:   withStyles,
6 		}
7 		w.WriteHeader(http.StatusNotFound)
8 	}