Blog/themes/freemind/layout/_partial/after_footer.ejs
2022-03-27 01:58:23 +08:00

32 lines
No EOL
1 KiB
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>
<% 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>
<% } %>
<% if (config.search) { %>
<!-- <script type="text/javascript">
var search_path = "<%= config.search.path %>";
if (search_path.length == 0) {
search_path = "search.xml";
}
var path = "<%= config.root %>" + search_path;
searchFunc(path, 'local-search-input', 'local-search-result');
</script> -->
<% } %>