footer.html 1.1 KB

12345678910111213141516171819
  1. <footer class="bd-footer text-muted">
  2. <div class="container-fluid p-3 p-md-5">
  3. <ul class="bd-footer-links">
  4. <li><a href="{{ site.repo }}" target="_blank">GitHub</a></li>
  5. <li><a href="https://twitter.com/{{ site.twitter }}" target="_blank">Twitter</a></li>
  6. <li><a href="{{ site.website }}" target="_blank">My website</a></li>
  7. <li><a href="{{ site.repos }}" target="_blank">My repos</a></li>
  8. <li><a href="http://stackoverflow.com/questions/tagged/bootstrap-table" target="_blank">Questions / Helps</a></li>
  9. <li><a href="mailto:{{ site.email }}">Email</a></li>
  10. </ul>
  11. <p>
  12. Bootstrap Table Website is a fork of <a href="http://getbootstrap.com/">Bootstrap</a>.
  13. This fork is developed and maintained by <a href="https://github.com/wenzhixin">@wenzhixin</a>.
  14. </p>
  15. <p>
  16. Currently v{{ site.current_version }}, Code licensed <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE" target="_blank">MIT</a>,
  17. docs <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
  18. </div>
  19. </footer>