Site title is now a setting

This commit is contained in:
Eugen Rochko 2017-02-10 22:37:11 +01:00
parent 02cbfcfe2c
commit d2619e0b53
4 changed files with 8 additions and 3 deletions

View file

@ -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