Use <h1> for the title of site#welcome to match other pages
This commit is contained in:
parent
b92cb5b772
commit
338dfa0db0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<% end %>
|
||||
|
||||
<% content_for :heading do %>
|
||||
<h2><%= t "welcome_page.title" %></h2>
|
||||
<h1><%= t "welcome_page.title" %></h1>
|
||||
<% end %>
|
||||
|
||||
<p><%= t "welcome_page.introduction_html" %></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue