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 049cb8d commit 6e91f31Copy full SHA for 6e91f31
app/views/layouts/yard.html.erb
@@ -1,7 +1,10 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title><%= [@title, Rubydoc.config.name].compact.join(" – ") %></title>
+ <%= content_for :title do %>
5
+ <%= h [@title, Rubydoc.config.name].compact.join(" – ") %>
6
+ <% end %>
7
+ <%= render "layouts/meta" %>
8
<%= yield :head %>
9
<% if request.path.starts_with? "/list" %>
10
<link rel="stylesheet" href="/assets/css/full_list.css" type="text/css" media="screen" charset="utf-8" />
0 commit comments