22 < div class ="container py-4 py-md-5 px-4 px-md-3 text-body-secondary ">
33 < div class ="row ">
44 < div class ="col-lg-3 mb-3 ">
5- < a class ="d-inline-flex align-items-center mb-2 text-body-secondary text-decoration-none " href ="/ " aria-label ="Bootstrap ">
5+ < a class ="d-inline-flex align-items-center mb-2 text-body-emphasis text-decoration-none " href ="/ " aria-label ="Bootstrap ">
66 {{ partial "icons/bootstrap-white-fill.svg" (dict "class" "d-block me-2" "width" "40" "height" "32") }}
77 < span class ="fs-5 "> Bootstrap</ span >
88 </ a >
99 < ul class ="list-unstyled small ">
1010 < li class ="mb-2 "> Designed and built with all the love in the world by the < a href ="{{ .Site.Params.main }}/docs/{{ .Site.Params.docs_version }}/about/team/ "> Bootstrap team</ a > with the help of < a href ="{{ .Site.Params.repo }}/graphs/contributors "> our contributors</ a > .</ li >
1111 < li class ="mb-2 "> Code licensed < a href ="{{ .Site.Params.repo }}/blob/main/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 > .</ li >
12+ < li class ="mb-2 "> Currently v{{ .Site.Params.version }}.</ li >
1213 </ ul >
1314 </ div >
1415 < div class ="col-6 col-lg-2 offset-lg-1 mb-3 ">
@@ -20,7 +21,7 @@ <h5>Links</h5>
2021 < li class ="mb-2 "> < a href ="{{ .Site.Params.icons }} "> Icons</ a > </ li >
2122 < li class ="mb-2 "> < a href ="{{ .Site.Params.themes }} "> Themes</ a > </ li >
2223 < li class ="mb-2 "> < a href ="{{ .Site.Params.blog }} "> Blog</ a > </ li >
23- < li class ="mb-2 "> < a href ="{{ .Site.Params.swag }} "> Swag Store</ a > </ li >
24+ < li class ="mb-2 "> < a href ="{{ .Site.Params.swag }} " target =" _blank " rel =" noopener " > Swag Store</ a > </ li >
2425 </ ul >
2526 </ div >
2627 < div class ="col-6 col-lg-2 mb-3 ">
@@ -36,21 +37,21 @@ <h5>Guides</h5>
3637 < div class ="col-6 col-lg-2 mb-3 ">
3738 < h5 > Projects</ h5 >
3839 < ul class ="list-unstyled ">
39- < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/bootstrap "> Bootstrap 5</ a > </ li >
40- < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/bootstrap/tree/v4-dev "> Bootstrap 4</ a > </ li >
41- < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/icons "> Icons</ a > </ li >
42- < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/rfs "> RFS</ a > </ li >
43- < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/bootstrap-npm-starter " > npm starter </ a > </ li >
40+ < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/bootstrap " target =" _blank " rel =" noopener " > Bootstrap 5</ a > </ li >
41+ < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/bootstrap/tree/v4-dev " target =" _blank " rel =" noopener " > Bootstrap 4</ a > </ li >
42+ < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/icons " target =" _blank " rel =" noopener " > Icons</ a > </ li >
43+ < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/rfs " target =" _blank " rel =" noopener " > RFS</ a > </ li >
44+ < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/examples/ " target =" _blank " rel =" noopener " > Examples repo </ a > </ li >
4445 </ ul >
4546 </ div >
4647 < div class ="col-6 col-lg-2 mb-3 ">
4748 < h5 > Community</ h5 >
4849 < ul class ="list-unstyled ">
49- < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/bootstrap/issues "> Issues</ a > </ li >
50- < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/bootstrap/discussions "> Discussions</ a > </ li >
51- < li class ="mb-2 "> < a href ="https://github.com/sponsors/twbs "> Corporate sponsors</ a > </ li >
52- < li class ="mb-2 "> < a href ="{{ .Site.Params.opencollective }} "> Open Collective</ a > </ li >
53- < li class ="mb-2 "> < a href ="https://stackoverflow.com/questions/tagged/bootstrap-5 "> Stack Overflow</ a > </ li >
50+ < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/bootstrap/issues " target =" _blank " rel =" noopener " > Issues</ a > </ li >
51+ < li class ="mb-2 "> < a href ="{{ .Site.Params.github_org }}/bootstrap/discussions " target =" _blank " rel =" noopener " > Discussions</ a > </ li >
52+ < li class ="mb-2 "> < a href ="https://github.com/sponsors/twbs " target =" _blank " rel =" noopener " > Corporate sponsors</ a > </ li >
53+ < li class ="mb-2 "> < a href ="{{ .Site.Params.opencollective }} " target =" _blank " rel =" noopener " > Open Collective</ a > </ li >
54+ < li class ="mb-2 "> < a href ="https://stackoverflow.com/questions/tagged/bootstrap-5 " target =" _blank " rel =" noopener " > Stack Overflow</ a > </ li >
5455 </ ul >
5556 </ div >
5657 </ div >
0 commit comments