Skip to content

Commit 60dd202

Browse files
committed
Remove about page rendering
This can now by done dynamically as a 'raw' page from the DB.
1 parent db44ea8 commit 60dd202

4 files changed

Lines changed: 0 additions & 149 deletions

File tree

cmd/serve/handlers/about.go

Lines changed: 0 additions & 39 deletions
This file was deleted.

cmd/serve/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ func main() {
7272
mux.Handle("GET /projects/{$}", http.HandlerFunc(handlers.ProjectsList))
7373
mux.Handle("GET /sitemap/{$}", http.HandlerFunc(handlers.HtmlSiteMap))
7474
mux.Handle("GET /snippets/{$}", http.HandlerFunc(handlers.SnippetsList))
75-
mux.Handle("GET /{$}", http.HandlerFunc(handlers.About))
7675
mux.Handle("/", http.HandlerFunc(handlers.Content))
7776

7877
server := &http.Server{

cmd/serve/templates/about.go

Lines changed: 0 additions & 28 deletions
This file was deleted.

cmd/serve/templates/about.html.gotpl

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)