Tang Cheng | 60ba803 | 2016-06-20 15:31:17 +0800 | [diff] [blame^] | 1 | <% if (config.disqus_shortname){ %> |
| 2 | <script> |
| 3 | var disqus_shortname = '<%= config.disqus_shortname %>'; |
| 4 | <% if (page.permalink){ %> |
| 5 | var disqus_url = '<%= page.permalink %>'; |
| 6 | <% } %> |
| 7 | (function(){ |
| 8 | var dsq = document.createElement('script'); |
| 9 | dsq.type = 'text/javascript'; |
| 10 | dsq.async = true; |
| 11 | dsq.src = '//' + disqus_shortname + '.disqus.com/<% if (page.comments) { %>embed.js<% } else { %>count.js<% } %>'; |
| 12 | (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); |
| 13 | })(); |
| 14 | </script> |
| 15 | <% } %> |
| 16 | |
| 17 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" integrity="sha384-8gBf6Y4YYq7Jx97PIqmTwLPin4hxIzQw5aDmUg/DDhul9fFpbbLcLh3nTIIDJKhx" crossorigin="anonymous"></script> |
| 18 | |
| 19 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> |
| 20 | |
| 21 | <% if (theme.fancybox){ %> |
| 22 | <%- css('fancybox/jquery.fancybox') %> |
| 23 | <%- js('fancybox/jquery.fancybox.pack') %> |
| 24 | <% } %> |
| 25 | |
| 26 | <%- js('js/script') %> |