UNPKG

1.01 kBHTMLView Raw
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 }}">GitHub</a></li>
5 <li><a href="https://twitter.com/{{ site.twitter }}">Twitter</a></li>
6 <li><a href="{{ site.website }}">My website</a></li>
7 <li><a href="{{ site.repos }}">My repos</a></li>
8 <li><a href="http://stackoverflow.com/questions/tagged/bootstrap-table">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>