Current section

Files

Jump to
ex_doc lib ex_doc formatter html templates footer_template.eex
Raw

lib/ex_doc/formatter/html/templates/footer_template.eex

<footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v<%= ExDoc.version %>),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
</footer>
</div>
</div>
</section>
</div>
<script src="<%= asset_rev config.output, "dist/app*.js" %>"></script>
<%# Extra content needed by the current markdown processor (e.g. custom Javascript) %>
<%= ExDoc.Markdown.get_markdown_processor().before_closing_body_tag(:html) %>
<%# Extra content specified by the user (e.g. custom Javascript) %>
<%= config.before_closing_body_tag.(:html) %>
</body>
</html>