bootstrap-table
Version:
An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
20 lines (19 loc) • 1.01 kB
HTML
<footer class="bd-footer text-muted">
<div class="container-fluid p-3 p-md-5">
<ul class="bd-footer-links">
<li><a href="{{ site.repo }}">GitHub</a></li>
<li><a href="https://twitter.com/{{ site.twitter }}">Twitter</a></li>
<li><a href="{{ site.website }}">My website</a></li>
<li><a href="{{ site.repos }}">My repos</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/bootstrap-table">Questions / Helps</a></li>
<li><a href="mailto:{{ site.email }}">Email</a></li>
</ul>
<p>
Bootstrap Table Website is a fork of <a href="http://getbootstrap.com/">Bootstrap</a>.
This fork is developed and maintained by <a href="https://github.com/wenzhixin">@wenzhixin</a>.
</p>
<p>
Currently v{{ site.current_version }}, Code licensed <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE" target="_blank">MIT</a>,
docs <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
</div>
</footer>