This commit is contained in:
2024-10-23 15:04:26 -06:00
parent 61c969c9de
commit 8d29cc2b1a
11 changed files with 121 additions and 11 deletions

View File

@ -51,6 +51,7 @@ func main() {
e.GET("/", pages.Home)
e.GET("/projects", pages.Projects)
e.GET("/talks", pages.Talks)
e.GET("/pubs", pages.Pubs)
e.GET("/posts", pages.Posts)
e.GET("/posts/:post", pages.Post)
e.GET("/tools", pages.Tools)