Use Setting.site_title value for `og:site_name` occurrences (#1194)
* Add helper method to return Setting.site_title * Use site_title helper in application layout * Use site_title value for og:site_name
Showing
- app/helpers/site_title_helper.rb 7 additions, 0 deletionsapp/helpers/site_title_helper.rb
- app/views/about/index.html.haml 1 addition, 1 deletionapp/views/about/index.html.haml
- app/views/accounts/show.html.haml 1 addition, 1 deletionapp/views/accounts/show.html.haml
- app/views/layouts/application.html.haml 1 addition, 1 deletionapp/views/layouts/application.html.haml
- app/views/stream_entries/show.html.haml 1 addition, 1 deletionapp/views/stream_entries/show.html.haml
- spec/helpers/site_title_helper_spec.rb 15 additions, 0 deletionsspec/helpers/site_title_helper_spec.rb
Loading
Please register or sign in to comment