mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![hsbt](/assets/img/avatar_default.png)
https://github.com/rdoc/rdoc/blob/master/History.rdoc#423--2016-- https://github.com/rdoc/rdoc/blob/master/History.rdoc#422--2016-02-09 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
20 lines
712 B
Text
20 lines
712 B
Text
<meta charset="<%= @options.charset %>">
|
|
|
|
<title><%= h @title %></title>
|
|
|
|
<script type="text/javascript">
|
|
var rdoc_rel_prefix = "<%= asset_rel_prefix %>/";
|
|
var index_rel_prefix = "<%= rel_prefix %>/";
|
|
</script>
|
|
|
|
<script src="<%= asset_rel_prefix %>/js/jquery.js"></script>
|
|
<script src="<%= asset_rel_prefix %>/js/darkfish.js"></script>
|
|
|
|
<link href="<%= asset_rel_prefix %>/css/fonts.css" rel="stylesheet">
|
|
<link href="<%= asset_rel_prefix %>/css/rdoc.css" rel="stylesheet">
|
|
<% if @options.template_stylesheets.flatten.any? then %>
|
|
<% @options.template_stylesheets.flatten.each do |stylesheet| %>
|
|
<link href="<%= asset_rel_prefix %>/<%= File.basename stylesheet %>" rel="stylesheet">
|
|
<% end %>
|
|
<% end %>
|
|
|