File tree 7 files changed +1
-8
lines changed
7 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 3
3
<%=h title_content %>
4
4
</h1>
5
5
<%= H.link_headings(content) %>
6
- <%# Extra content specified by the user (e.g. custom Javascript) %>
7
6
<%= before_closing_body_tag(config, :epub) %>
8
7
</body>
9
8
</html>
Original file line number Diff line number Diff line change 8
8
<link type="text/css" rel="stylesheet"
9
9
href="<%= H.asset_rev "#{config.output}/OEBPS", "dist/epub-#{config.proglang}-*.css" %>" />
10
10
<script src="<%= H.asset_rev "#{config.output}/OEBPS", "dist/epub-*.js" %>"></script>
11
- <%# Extra content specified by the user (e.g. custom CSS) %>
12
11
<%= before_closing_head_tag(config, :epub) %>
13
12
</head>
14
13
<body class="content-inner">
Original file line number Diff line number Diff line change 30
30
</div>
31
31
</section>
32
32
<% end %>
33
- <%# Extra content specified by the user (e.g. custom Javascript) %>
34
33
<%= before_closing_body_tag(config, :epub) %>
35
34
</body>
36
35
</html>
Original file line number Diff line number Diff line change 18
18
<%= nav_item_template "Mix Tasks", nodes.tasks %>
19
19
</ol>
20
20
</nav>
21
- <%# Extra content specified by the user (e.g. custom Javascript) %>
22
21
<%= before_closing_body_tag(config, :epub) %>
23
22
</body>
24
23
</html>
Original file line number Diff line number Diff line change 10
10
<% end %>
11
11
<% end %>
12
12
</div>
13
- <%# Extra content specified by the user (e.g. custom Javascript) %>
14
13
<%= before_closing_body_tag(config, :epub) %>
15
14
</body>
16
15
</html>
Original file line number Diff line number Diff line change 39
39
</div>
40
40
</main>
41
41
</div>
42
- <%# Extra content specified by the user (e.g. custom Javascript) %>
43
42
<%= before_closing_body_tag(config, :html) %>
44
43
</body>
45
44
</html>
Original file line number Diff line number Diff line change 25
25
<script src="<%= asset_rev config.output, "dist/sidebar_items-*.js" %>"></script>
26
26
<script src="docs_config.js"></script>
27
27
<script async src="<%= asset_rev config.output, "dist/html-*.js" %>"></script>
28
- <%# Extra content specified by the user (e.g. custom CSS) %>
29
28
<%= before_closing_head_tag(config, :html) %>
30
29
</head>
31
30
<body data-type="<%= sidebar_type(page.type) %>" class="page-<%= page.type %>">
32
31
<script>
33
- <%# Immediately apply night mode preference to avoid a flash effect %>
32
+ <% # Immediately apply night mode preference to avoid a flash effect %>
34
33
try {
35
34
var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}');
36
35
You can’t perform that action at this time.
0 commit comments