diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-01-27 14:30:12 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2021-01-27 14:45:45 +0100 |
commit | 7632255115a7f6e6f9f8047f0d0d1b90d7ee9315 (patch) | |
tree | 5f4b1e5635da45575f2c9ffb1d4f2a4ded105250 | |
parent | 52ff3ca675ecac0ff32990b6321fb5e349e6dc59 (diff) |
Change default site title to not point to dev.glitch.social
-rw-r--r-- | config/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml index 96645c222..1d9488052 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -2,7 +2,7 @@ # important settings can be changed from the admin interface. defaults: &defaults - site_title: 'dev.glitch.social' + site_title: 'Mastodon Glitch Edition' site_short_description: '' site_description: '' site_extended_description: '' |