Updated papers section

This commit is contained in:
2025-01-03 02:21:58 -07:00
parent 546a49f550
commit f32ba4faf6
6 changed files with 39 additions and 31 deletions

View File

@ -51,7 +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("/papers", pages.Papers)
e.GET("/posts", pages.Posts)
e.GET("/posts/:post", pages.Post)
e.GET("/tools", pages.Tools)