]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use the site param for icons
authorXhmikosR <xhmikosr@gmail.com>
Sun, 28 Jun 2020 18:05:52 +0000 (21:05 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 1 Jul 2020 12:21:43 +0000 (15:21 +0300)
site/content/docs/5.0/components/toasts.md
site/content/docs/5.0/extend/icons.md

index 8ac4a1c63b38d1c760de0766ed00e6aed590d629..50d09478c824ae2f25e53faa81be2da051153dfc 100644 (file)
@@ -100,7 +100,7 @@ When you have multiple toasts, we default to vertically stacking them in a reada
 
 ### Custom content
 
-Customize your toasts by removing sub-components, tweaking with [utilities]({{< docsref "/utilities/api" >}}), or adding your own markup. Here we've created a simpler toast by removing the default `.toast-header`, adding a custom hide icon from [Bootstrap Icons](https://icons.getbootstrap.com), and using some [flexbox utilities]({{< docsref "/utilities/flex" >}}) to adjust the layout.
+Customize your toasts by removing sub-components, tweaking with [utilities]({{< docsref "/utilities/api" >}}), or adding your own markup. Here we've created a simpler toast by removing the default `.toast-header`, adding a custom hide icon from [Bootstrap Icons]({{< param icons >}}), and using some [flexbox utilities]({{< docsref "/utilities/flex" >}}) to adjust the layout.
 
 {{< example class="bg-light" >}}
 <div class="toast d-flex" role="alert" aria-live="assertive" aria-atomic="true">
index 8096648c5255c5a0c7f2e1072945be306f585d0a..1e26503bdb79543a6b7475e668f48c33ddeb32d5 100644 (file)
@@ -15,7 +15,7 @@ Bootstrap Icons is a growing library of SVG icons that are designed by [@mdo](ht
 
 Oh, and did we mention they're completely open source? Licensed under MIT, just like Bootstrap, our icon set is available to everyone.
 
-[Learn more about Bootstrap Icons](https://icons.getbootstrap.com/), including how to install them and recommended usage.
+[Learn more about Bootstrap Icons]({{< param icons >}}), including how to install them and recommended usage.
 
 ## Alternatives