use config for title and tagline

This commit is contained in:
2026-06-02 18:42:53 +03:00
parent 93ee829405
commit 5853c8b7a8
3 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ SERVER_NAME = "forum.your.domain"
# your forum's name, shown on the header.
SITE_NAME = "Pyrom"
# the forum's tagline, shown below the title.
SITE_TAGLINE = "anti-social media"
# if true, users can not sign up manually. see the following two settings.
DISABLE_SIGNUP = false