Initial tags support (#11)

This commit is contained in:
video-prize-ranch
2022-02-18 16:56:56 -05:00
parent 5ba3b386a6
commit 07a202da8f
11 changed files with 296 additions and 82 deletions

View File

@@ -53,7 +53,7 @@ func main() {
app.Get("/:baseName.:extension", pages.HandleMedia)
app.Get("/:postID", pages.HandlePost)
app.Get("/a/:galleryID", pages.HandleGallery)
//app.Get("/t/:tagID", pages.HandleAlbum)
app.Get("/t/:tag", pages.HandleTag)
app.Get("/user/:userID", pages.HandleUser)
app.Get("/r/:sub/:postID", pages.HandlePost)
app.Get("/user/:userID/cover", pages.HandleUserCover)