about summary refs log tree commit diff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-10 22:37:11 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-10 22:37:11 +0100
commitd2619e0b53aeed2949ed0e492c5fbedcb8d9a820 (patch)
tree71143d9f8aaf205bcd80d9808b7343ca2cf1a145 /app/views/layouts
parent02cbfcfe2cff0a9e86aecaa3183567d2361821e1 (diff)
Site title is now a setting
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/application.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index e122e1c55..7eae6982b 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -13,7 +13,7 @@
 
     %title
       = "#{yield(:page_title)} - " if content_for?(:page_title)
-      Mastodon
+      = Setting.site_title
 
     = stylesheet_link_tag 'application', media: 'all'
     = csrf_meta_tags