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

23 lines
769 B
Text
Raw Normal View History

2022-03-16 15:24:24 +01:00
<a id="gotop" href="#">
<span>⬆TOP</span>
</a>
<script src="<%- url_for('./js/jquery.imagesloaded.min.js') %>"></script>
2022-03-26 18:58:23 +01:00
<!-- <script src="<%- url_for('./js/gallery.js') %>"></script> -->
2022-03-16 15:24:24 +01:00
<script src="<%- url_for('./js/bootstrap.min.js') %>"></script>
<script src="<%- url_for('./js/main.js') %>"></script>
2022-10-19 05:52:59 +02:00
<script src="<%- url_for('./js/search.js') %>"></script>
<script src="<%- url_for('./js/cursor-effects.js') %>"> async</script>
2022-03-16 15:24:24 +01:00
<% 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>
<% } %>