aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/customize
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2024-03-05 08:12:38 +0200
committerXhmikosR <[email protected]>2024-03-06 09:52:50 +0200
commit2c4e1cd660ee03e1fc9f2804487ae8c567d8d1e3 (patch)
treee3e932e7e12d2454cbdb0b5943c059c10fb84d93 /site/content/docs/5.3/customize
parent953b4b6c1b67e120235fc19f565444a0f7a97a76 (diff)
downloadbootstrap-2c4e1cd660ee03e1fc9f2804487ae8c567d8d1e3.tar.xz
bootstrap-2c4e1cd660ee03e1fc9f2804487ae8c567d8d1e3.zip
Improve front matter "added" params
Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker
Diffstat (limited to 'site/content/docs/5.3/customize')
-rw-r--r--site/content/docs/5.3/customize/color-modes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/content/docs/5.3/customize/color-modes.md b/site/content/docs/5.3/customize/color-modes.md
index 945d5ec33..ea6db2890 100644
--- a/site/content/docs/5.3/customize/color-modes.md
+++ b/site/content/docs/5.3/customize/color-modes.md
@@ -4,7 +4,8 @@ title: Color modes
description: Bootstrap now supports color modes, or themes, as of v5.3.0. Explore our default light color mode and the new dark mode, or create your own using our styles as your template.
group: customize
toc: true
-added: "5.3"
+added:
+ version: "5.3"
---
{{< callout >}}