File tree Expand file tree Collapse file tree 7 files changed +1
-8
lines changed Expand file tree Collapse file tree 7 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 33 <%=h title_content %>
44 </h1>
55 <%= H.link_headings(content) %>
6- <%# Extra content specified by the user (e.g. custom Javascript) %>
76 <%= before_closing_body_tag(config, :epub) %>
87 </body>
98</html>
Original file line number Diff line number Diff line change 88 <link type="text/css" rel="stylesheet"
99 href="<%= H.asset_rev "#{config.output}/OEBPS", "dist/epub-#{config.proglang}-*.css" %>" />
1010 <script src="<%= H.asset_rev "#{config.output}/OEBPS", "dist/epub-*.js" %>"></script>
11- <%# Extra content specified by the user (e.g. custom CSS) %>
1211 <%= before_closing_head_tag(config, :epub) %>
1312 </head>
1413 <body class="content-inner">
Original file line number Diff line number Diff line change 3030 </div>
3131 </section>
3232 <% end %>
33- <%# Extra content specified by the user (e.g. custom Javascript) %>
3433 <%= before_closing_body_tag(config, :epub) %>
3534 </body>
3635</html>
Original file line number Diff line number Diff line change 1818 <%= nav_item_template "Mix Tasks", nodes.tasks %>
1919 </ol>
2020 </nav>
21- <%# Extra content specified by the user (e.g. custom Javascript) %>
2221 <%= before_closing_body_tag(config, :epub) %>
2322 </body>
2423</html>
Original file line number Diff line number Diff line change 1010 <% end %>
1111 <% end %>
1212 </div>
13- <%# Extra content specified by the user (e.g. custom Javascript) %>
1413 <%= before_closing_body_tag(config, :epub) %>
1514 </body>
1615</html>
Original file line number Diff line number Diff line change 3939 </div>
4040</main>
4141</div>
42- <%# Extra content specified by the user (e.g. custom Javascript) %>
4342 <%= before_closing_body_tag(config, :html) %>
4443 </body>
4544</html>
Original file line number Diff line number Diff line change 2525 <script src="<%= asset_rev config.output, "dist/sidebar_items-*.js" %>"></script>
2626 <script src="docs_config.js"></script>
2727 <script async src="<%= asset_rev config.output, "dist/html-*.js" %>"></script>
28- <%# Extra content specified by the user (e.g. custom CSS) %>
2928 <%= before_closing_head_tag(config, :html) %>
3029 </head>
3130 <body data-type="<%= sidebar_type(page.type) %>" class="page-<%= page.type %>">
3231 <script>
33- <%# Immediately apply night mode preference to avoid a flash effect %>
32+ <% # Immediately apply night mode preference to avoid a flash effect %>
3433 try {
3534 var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}');
3635
You can’t perform that action at this time.
0 commit comments