This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/site/themes/beautiful-hexo/layout/partial/footer-scripts.jade

9 lines
No EOL
330 B
Text

script(src="//cdn.bootcss.com/jquery/1.11.2/jquery.min.js")
script(src="//cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js")
script(src=url_for("/js/main.js"))
if theme.highlight.enable
script(src="//cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js")
script hljs.initHighlightingOnLoad();
include google_analytics