diff options
| author | Bobby <[email protected]> | 2025-07-17 18:47:30 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-17 18:47:30 +0530 |
| commit | 8df8cdd7e1bdefded59d073c14aa74666740be8c (patch) | |
| tree | 0af31475e1a5ffecd04a9fbce3faf5cd6bf80140 /config | |
| parent | 3c39a30a53656fa1c51afb30bb8c07f862bd39e2 (diff) | |
| download | imageboard-8df8cdd7e1bdefded59d073c14aa74666740be8c.tar.xz imageboard-8df8cdd7e1bdefded59d073c14aa74666740be8c.zip | |
tags and ratings filter in posts, uploads progress
Diffstat (limited to 'config')
| -rw-r--r-- | config/constants.go | 2 |
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" |
