You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_footer.liquid 958 B

123456789101112131415161718192021222324252627282930
  1. {% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
  2. <footer>
  3. <div class="grad-bottom"></div>
  4. <div class="footer">
  5. <div class="container">
  6. <span class="pull-right">
  7. <a href="#top">返回顶部</a>
  8. </span>
  9. {%- if _appFooter -%}
  10. {{_appFooter}}
  11. {%- else -%}
  12. <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
  13. {%- endif -%}
  14. </div>
  15. </div>
  16. </footer>
  17. <script>
  18. (function(){
  19. var bp = document.createElement('script');
  20. var curProtocol = window.location.protocol.split(':')[0];
  21. if (curProtocol === 'https'){
  22. bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
  23. }
  24. else{
  25. bp.src = 'http://push.zhanzhang.baidu.com/push.js';
  26. }
  27. var s = document.getElementsByTagName("script")[0];
  28. s.parentNode.insertBefore(bp, s);
  29. })();
  30. </script>