2016-01-26 12:58:19 +00:00
< footer class = "bd-footer text-muted" >
2017-08-08 04:35:43 +00:00
< div class = "container-fluid p-3 p-md-5" >
2015-08-05 07:54:30 +00:00
< ul class = "bd-footer-links" >
2014-01-06 07:23:55 +00:00
< li > < a href = "{{ site.repo }}" > GitHub< / a > < / li >
2019-01-07 16:09:34 +00:00
< li > < a href = "https://twitter.com/{{ site.twitter }}" > Twitter< / a > < / li >
2017-08-12 16:35:19 +00:00
< li > < a href = "{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/" > Examples< / a > < / li >
2017-10-31 22:03:22 +00:00
< li > < a href = "{{ site.baseurl }}/docs/{{ site.docs_version }}/about/overview/" > About< / a > < / li >
2013-12-12 06:37:59 +00:00
< / ul >
2019-02-08 08:53:56 +00:00
< p > Designed and built with all the love in the world by the < a href = "{{ site.baseurl }}/docs/{{ site.docs_version }}/about/team/" > Bootstrap team< / a > with the help of < a href = "{{ site.repo }}/graphs/contributors" > our contributors< / a > .< / p >
2019-02-08 08:50:31 +00:00
< p > Currently v{{ site.current_version }}. Code licensed < a href = "{{ site.repo }}/blob/master/LICENSE" target = "_blank" rel = "license noopener" > MIT< / a > , docs < a href = "https://creativecommons.org/licenses/by/3.0/" target = "_blank" rel = "license noopener" > CC BY 3.0< / a > .< / p >
2013-12-12 06:37:59 +00:00
< / div >
< / footer >