diff --git a/src/content/posts/2023/bootstrap-5-3-0.md b/src/content/posts/2023/bootstrap-5-3-0.md index 4c1b7df5f..7d1b05d57 100644 --- a/src/content/posts/2023/bootstrap-5-3-0.md +++ b/src/content/posts/2023/bootstrap-5-3-0.md @@ -179,10 +179,10 @@ We’ve rebuilt some components (like list groups and alerts) to use these new v
- + New colors in light mode - + New colors in dark mode
diff --git a/src/content/posts/2023/bootstrap-5-3-2.md b/src/content/posts/2023/bootstrap-5-3-2.md index 3070bc53c..a75a849de 100644 --- a/src/content/posts/2023/bootstrap-5-3-2.md +++ b/src/content/posts/2023/bootstrap-5-3-2.md @@ -25,7 +25,7 @@ Bootstrap v5.3.2 is here with bug fixes, documentation improvements, and more fo - Added alternative CDNs section in [Getting started -> Download](https://getbootstrap.com/docs/5.3/getting-started/download/#alternative-cdns). - Added Discord and Bootstrap subreddit links in [README](https://github.com/twbs/bootstrap/blob/main/README.md) and [Getting started -> Introduction](https://getbootstrap.com/docs/5.3/getting-started/introduction/): - [Discord](https://discord.gg/bZUvakRU3M) maintained by the community - - [Bootstrap subreddit](https://reddit.com/r/bootstrap) + - [Bootstrap subreddit](https://www.reddit.com/r/bootstrap/) ## Get the release diff --git a/src/content/posts/2023/bootstrap-icons-1-11-0.md b/src/content/posts/2023/bootstrap-icons-1-11-0.md index 9190b24a2..23923a834 100644 --- a/src/content/posts/2023/bootstrap-icons-1-11-0.md +++ b/src/content/posts/2023/bootstrap-icons-1-11-0.md @@ -37,7 +37,7 @@ Or Composer: composer require twbs/bootstrap-icons ``` -You can also [download the release from GitHub](https://github.com/twbs/icons/releases/tag/v1.11.0), or [download just the SVGs and fonts](https://github.com/twbs/icons/releases/download/v1.9.0/bootstrap-icons-1.11.0.zip) (without the rest of the repository files). +You can also [download the release from GitHub](https://github.com/twbs/icons/releases/tag/v1.11.0), or [download just the SVGs and fonts](https://github.com/twbs/icons/releases/download/v1.11.0/bootstrap-icons-1.11.0.zip) (without the rest of the repository files). ## Figma diff --git a/src/static/assets/img/favicons/manifest.json b/src/static/assets/img/favicons/manifest.json index 699f6d1d5..0dcc1d8a0 100644 --- a/src/static/assets/img/favicons/manifest.json +++ b/src/static/assets/img/favicons/manifest.json @@ -3,17 +3,17 @@ "short_name": "Blog", "icons": [ { - "src": "/assets/img/favicons/android-chrome-192x192.png", + "src": "android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/assets/img/favicons/android-chrome-512x512.png", + "src": "android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }, { - "src": "/assets/img/favicons/maskable_icon_x512.png", + "src": "maskable_icon_x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"