app/views/layouts/_html_head.slim in stones-1.2.3 vs app/views/layouts/_html_head.slim in stones-1.2.4
- old
+ new
@@ -1,7 +1,7 @@
ruby:
version = Rails.version.to_f
- title = (APP || 'app').capitalize
+ # title = (APP || 'app').capitalize
- if version < 7.0
= favicon_link_tag
= stylesheet_link_tag @stylesheet || 'application', media: 'all'
= stylesheet_link_tag 'print', media: 'print'