aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-06-28 21:05:52 +0300
committerXhmikosR <[email protected]>2020-07-01 15:21:43 +0300
commit6cd3159caa78cf445c9db6e35129fa6cf61547fe (patch)
tree1b8d40ff279c65210582d1ef437f33b19cf187b0
parent965eaca1c7441e5db8864db1f4ae9dd3b140d701 (diff)
downloadbootstrap-6cd3159caa78cf445c9db6e35129fa6cf61547fe.tar.xz
bootstrap-6cd3159caa78cf445c9db6e35129fa6cf61547fe.zip
Use the site param for icons
-rw-r--r--site/content/docs/5.0/components/toasts.md2
-rw-r--r--site/content/docs/5.0/extend/icons.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/5.0/components/toasts.md
index 8ac4a1c63..50d09478c 100644
--- a/site/content/docs/5.0/components/toasts.md
+++ b/site/content/docs/5.0/components/toasts.md
@@ -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">
diff --git a/site/content/docs/5.0/extend/icons.md b/site/content/docs/5.0/extend/icons.md
index 8096648c5..1e26503bd 100644
--- a/site/content/docs/5.0/extend/icons.md
+++ b/site/content/docs/5.0/extend/icons.md
@@ -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