diff --git a/app/__init__.py b/app/__init__.py index dd91726..b77526e 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -162,6 +162,7 @@ cache = Cache() def create_app(): app = Flask(__name__) app.config['SITE_NAME'] = 'Pyrom' + app.config['SITE_TAGLINE'] = 'anti-social media' app.config['DISABLE_SIGNUP'] = False app.config['MODS_CAN_INVITE'] = True app.config['USERS_CAN_INVITE'] = False diff --git a/app/templates/common/topnav.html b/app/templates/common/topnav.html index 90b6d99..945fa18 100644 --- a/app/templates/common/topnav.html +++ b/app/templates/common/topnav.html @@ -1,6 +1,6 @@