aboutsummaryrefslogtreecommitdiff
path: root/site/_includes
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-08 10:50:31 +0200
committerXhmikosR <[email protected]>2019-02-08 22:51:45 +0200
commitbd328bf2175a996ddd58e9e5070c6c66fc6f29a2 (patch)
tree690353f2c084c1f88eaec0646852aaa7e37db2e9 /site/_includes
parenta920429089ed8493f66e2d397de36677a5cd8ee0 (diff)
downloadbootstrap-bd328bf2175a996ddd58e9e5070c6c66fc6f29a2.tar.xz
bootstrap-bd328bf2175a996ddd58e9e5070c6c66fc6f29a2.zip
Use the `site.repo` variable.
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index 5365f410d..6d05497a8 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -6,7 +6,7 @@
<li><a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/">Examples</a></li>
<li><a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/about/overview/">About</a></li>
</ul>
- <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank" rel="noopener">@mdo</a> and <a href="https://twitter.com/fat" target="_blank" rel="noopener">@fat</a>. Maintained by the <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/about/team/">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
- <p>Currently v{{ site.current_version }}. Code licensed <a href="https://github.com/twbs/bootstrap/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>
+ <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank" rel="noopener">@mdo</a> and <a href="https://twitter.com/fat" target="_blank" rel="noopener">@fat</a>. Maintained by the <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/about/team/">core team</a> with the help of <a href="{{ site.repo }}/graphs/contributors">our contributors</a>.</p>
+ <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>
</div>
</footer>