/views/partials/footer.hbs

https://github.com/gefangshuai/ANodeBlog · Handlebars · 52 lines · 47 code · 3 blank · 2 comment · 1 complexity · 82a621b7cb22ce7b21549903ba7ba1d6 MD5 · raw file

  1. <!-- /.content-wrapper -->
  2. <footer class="main-footer bg-footer">
  3. <div class="container">
  4. <div class="row">
  5. <div class="col-md-12 margin-bottom">
  6. </div>
  7. <div class="col-md-4">
  8. <p>
  9. <b>Copyright &copy; 2016</b>
  10. </p>
  11. <p>
  12. <b>
  13. <a href="https://raw.githubusercontent.com/gefangshuai/ANodeBlog/master/LICENSE" target="_blank">Article License</a>
  14. </b>
  15. </p>
  16. <p>
  17. <a href="https://github.com/gefangshuai/ANodeBlog">Fork me on Github</a>
  18. </p>
  19. <p>
  20. Since 2015.11
  21. </p>
  22. </div>
  23. <div class="col-md-4">
  24. <h4><b>Contact US</b></h4>
  25. <p><b class="margin-r-5"><i class="fa fa-envelope"></i></b> <a href="mailto:gefangshuai@outlook.com">gefangshuai@outlook.com</a></p>
  26. <p><b class="margin-r-5"><i class="fa fa-weibo"></i></b> <a href="http://weibo.com/gefangshuai" target="_blank">http://weibo.com/gefangshuai</a></p>
  27. <p><b class="margin-r-5"><i class="fa fa-github"></i></b> <a href="https://github.com/gefangshuai" target="_blank">https://github.com/gefangshuai</a></p>
  28. </div>
  29. <div class="col-md-4 text-right">
  30. <p>
  31. <b>
  32. Build by Nodejs + Express
  33. </b>
  34. </p>
  35. <p>
  36. <b>Version</b> {{site.version}}
  37. </p>
  38. <p>
  39. <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_4141549'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s22.cnzz.com/stat.php%3Fid%3D4141549' type='text/javascript'%3E%3C/script%3E"));</script>
  40. </p>
  41. <p>
  42. <a href="https://www.digitalocean.com/?refcode=e188e648d051" target="_blank">DigitalOcean</a> 强力驱动
  43. </p>
  44. </div>
  45. </div>
  46. </div>
  47. </footer>
  48. <!--<a href="https://github.com/gefangshuai/ANodeBlog"><img style="position: absolute; top: 0; right: 0; border: 0;z-index: 9999999999" src="/img/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>-->
  49. {{>js}}