aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-17 18:47:30 +0530
committerBobby <[email protected]>2025-07-17 18:47:30 +0530
commit8df8cdd7e1bdefded59d073c14aa74666740be8c (patch)
tree0af31475e1a5ffecd04a9fbce3faf5cd6bf80140 /config
parent3c39a30a53656fa1c51afb30bb8c07f862bd39e2 (diff)
downloadimageboard-8df8cdd7e1bdefded59d073c14aa74666740be8c.tar.xz
imageboard-8df8cdd7e1bdefded59d073c14aa74666740be8c.zip
tags and ratings filter in posts, uploads progress
Diffstat (limited to 'config')
-rw-r--r--config/constants.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/constants.go b/config/constants.go
index 8f7a91a..05d6f43 100644
--- a/config/constants.go
+++ b/config/constants.go
@@ -10,12 +10,14 @@ const (
PT_REGISTER = "Register"
PT_404 = "Page Not Found"
PT_VERIFY_EMAIL = "Verify Email"
+ PT_POST_SINGLE = "Post"
// Template names
TEMPLATE_HOME = "home"
TEMPLATE_LOGIN = "login"
TEMPLATE_POST_LIST = "posts/list"
TEMPLATE_POST_NEW = "posts/new"
+ TEMPLATE_POST_SINGLE = "posts/single"
TEMPLATE_PREFERENCES = "preferences"
TEMPLATE_REGISTER = "register"
TEMPLATE_404 = "404"