Blog/themes/freemind/layout/_partial/after_footer.ejs

22 lines
769 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<a id="gotop" href="#">
<span>⬆TOP</span>
</a>
<script src="<%- url_for('./js/jquery.imagesloaded.min.js') %>"></script>
<!-- <script src="<%- url_for('./js/gallery.js') %>"></script> -->
<script src="<%- url_for('./js/bootstrap.min.js') %>"></script>
<script src="<%- url_for('./js/main.js') %>"></script>
<script src="<%- url_for('./js/search.js') %>"></script>
<script src="<%- url_for('./js/cursor-effects.js') %>"> async</script>
<% if (theme.fancybox){ %>
<link rel="stylesheet" href="<%- url_for('./fancybox/jquery.fancybox.css') %>" media="screen" type="text/css">
<script src="<%- url_for('./fancybox/jquery.fancybox.pack.js') %>"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script>
<% } %>