Made testimonials great again

This commit is contained in:
2024-04-12 11:31:41 -06:00
parent 0a91add585
commit 041674be8d
11 changed files with 137 additions and 58 deletions

View File

@ -66,6 +66,7 @@ func main() {
e.GET("/", pages.Home)
e.GET("/projects", pages.Projects)
e.GET("/talks", pages.Talks)
e.GET("/testimonials", pages.Testimonials)
e.GET("/blog", pages.Blog)
e.GET("/post/:post", pages.Post)
e.GET("/rss", pages.RSSFeedHandler)