We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e9874 commit 5c6051dCopy full SHA for 5c6051d
app/views/layouts/application.html.erb
@@ -9,13 +9,7 @@
9
document.documentElement.classList.remove('dark')
10
}
11
</script>
12
- <title><%=
13
- if yield(:title).empty?
14
- 'blade.ruby-lang.org'
15
- else
16
- yield(:title)
17
- end
18
- %></title>
+ <title><%= yield(:title) || 'blade.ruby-lang.org' %></title>
19
<meta name="viewport" content="width=device-width,initial-scale=1">
20
<%= csrf_meta_tags %>
21
<%= csp_meta_tag %>
0 commit comments