Getting portfolio stuff working

This commit is contained in:
Caleb Gardner
2024-07-13 07:04:44 -05:00
parent 15dcc2928a
commit 4eb69bb343
3 changed files with 30 additions and 6 deletions
+4
View File
@@ -28,3 +28,7 @@ func sendIndexWithContent(w http.ResponseWriter, content string) {
w.Header().Set("Content-Type", "text/html; charset=utf-8")
w.Write(dat)
}
func blogHandler(w http.ResponseWriter, r *http.Request) {
//TODO
}