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 50d0f07 commit 656ccdcCopy full SHA for 656ccdc
lib/rdoc/generator/template/darkfish/_head.rhtml
@@ -2,6 +2,10 @@
2
3
<title><%= h @title %></title>
4
5
+<%- @options.meta_tags.each do |name, content| -%>
6
+<meta name="<%= h name %>" content="<%= h content %>">
7
+<%- end -%>
8
+
9
<script type="text/javascript">
10
var rdoc_rel_prefix = "<%= h asset_rel_prefix %>/";
11
var index_rel_prefix = "<%= h rel_prefix %>/";
0 commit comments