diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-10 22:37:11 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-10 22:37:11 +0100 |
commit | d2619e0b53aeed2949ed0e492c5fbedcb8d9a820 (patch) | |
tree | 71143d9f8aaf205bcd80d9808b7343ca2cf1a145 /app/views/layouts | |
parent | 02cbfcfe2cff0a9e86aecaa3183567d2361821e1 (diff) |
Site title is now a setting
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/application.html.haml | 2 |
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 |