We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd9eff commit abe84aeCopy full SHA for abe84ae
lib/ex_doc/formatter/html/templates/head_template.eex
@@ -23,6 +23,7 @@
23
<script src="<%= asset_rev config.output, "dist/handlebars.runtime-*.js" %>"></script>
24
<script src="<%= asset_rev config.output, "dist/handlebars.templates-*.js" %>"></script>
25
<script src="<%= asset_rev config.output, "dist/sidebar_items-*.js" %>"></script>
26
+ <script src="docs_config.js"></script>
27
<script async src="<%= asset_rev config.output, "dist/html-*.js" %>"></script>
28
<%# Extra content specified by the user (e.g. custom CSS) %>
29
<%= before_closing_head_tag(config, :html) %>
0 commit comments