templates/suspenders_layout.html.erb.erb in suspenders-1.23.0 vs templates/suspenders_layout.html.erb.erb in suspenders-1.24.0

- old
+ new

@@ -2,9 +2,14 @@ <html> <head> <meta charset="utf-8" /> <meta name="ROBOTS" content="NOODP" /> <meta name="viewport" content="initial-scale=1" /> + <%%# + Configure default and controller-, and view-specific titles in + config/locales/en.yml. For more see: + https://github.com/calebthompson/title#usage + %> <title><%%= title %></title> <%%= stylesheet_link_tag :application, media: "all" %> <%%= csrf_meta_tags %> </head> <body class="<%%= body_class %>">