Current section

Files

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

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

<footer class="footer">
<p>
<span class="line">
Powered by
<a href="https://github.com/aborn/eeb" title="eeb" rel="help" target="_blank">eeb</a> (v<%= config.version %>).
</span>
</p>
</footer>
</div>
<script src="http://oss.maxcdn.com/jquery/2.1.4/jquery.min.js"></script>
<script src="http://oss.maxcdn.com/semantic-ui/2.1.6/semantic.min.js"></script>
<script src="http://oss.maxcdn.com/highlight.js/<%= config.highlight %>/highlight.min.js"></script>
<script src="assets/app.js"></script>
</body>
</html>