From: XhmikosR Date: Fri, 8 Feb 2019 08:50:31 +0000 (+0200) Subject: Use the `site.repo` variable. X-Git-Tag: v4.3.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd328bf2175a996ddd58e9e5070c6c66fc6f29a2;p=thirdparty%2Fbootstrap.git Use the `site.repo` variable. --- diff --git a/site/_includes/footer.html b/site/_includes/footer.html index 5365f410d8..6d05497a82 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -6,7 +6,7 @@
  • Examples
  • About
  • -

    Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.

    -

    Currently v{{ site.current_version }}. Code licensed MIT, docs CC BY 3.0.

    +

    Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.

    +

    Currently v{{ site.current_version }}. Code licensed MIT, docs CC BY 3.0.

    diff --git a/site/docs/4.2/components/popovers.md b/site/docs/4.2/components/popovers.md index 1d407a9014..06335fe3e0 100644 --- a/site/docs/4.2/components/popovers.md +++ b/site/docs/4.2/components/popovers.md @@ -202,7 +202,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap selector string | false false - If a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. + If a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. template diff --git a/site/docs/4.2/components/tooltips.md b/site/docs/4.2/components/tooltips.md index 0a6be47588..9248447baf 100644 --- a/site/docs/4.2/components/tooltips.md +++ b/site/docs/4.2/components/tooltips.md @@ -200,7 +200,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap selector string | false false - If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to also apply tooltips to dynamically added DOM elements (jQuery.on support). See this and an informative example. + If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to also apply tooltips to dynamically added DOM elements (jQuery.on support). See this and an informative example. template diff --git a/site/docs/4.2/extend/approach.md b/site/docs/4.2/extend/approach.md index 07058e2a8f..fad52b00f6 100644 --- a/site/docs/4.2/extend/approach.md +++ b/site/docs/4.2/extend/approach.md @@ -8,7 +8,7 @@ redirect_from: "/docs/4.2/extend/" While the getting started pages provide an introductory tour of the project and what it offers, this document focuses on _why_ we do the things we do in Bootstrap. It explains our philosophy to building on the web so that others can learn from us, contribute with us, and help us improve. -See something that doesn't sound right, or perhaps could be done better? [Open an issue](https://github.com/twbs/bootstrap/issues/new)—we'd love to discuss it with you. +See something that doesn't sound right, or perhaps could be done better? [Open an issue]({{ site.repo }}/issues/new)—we'd love to discuss it with you. ## Summary