Skip to content

Commit

Permalink
Merge branch 'main' into xmr/scss
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Apr 1, 2024
2 parents 5c75f8a + c3d05b2 commit 3a0283b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/content/posts/2023/bootstrap-5-3-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ We’ve rebuilt some components (like list groups and alerts) to use these new v

<!-- markdownlint-disable no-inline-html -->
<div class="d-flex gap-3">
<a href="https://getbootstrap.com/docs/5.3/customize/colors/">
<a href="https://getbootstrap.com/docs/5.3/customize/color/">
<img src="/assets/img/2023/05/colors-light-mode.png" alt="New colors in light mode" class="rounded-2 img-thumbnail" loading="lazy" width="1610" height="5778">
</a>
<a href="https://getbootstrap.com/docs/5.3/customize/colors/">
<a href="https://getbootstrap.com/docs/5.3/customize/color/">
<img src="/assets/img/2023/05/colors-dark-mode.png" alt="New colors in dark mode" class="rounded-2 img-thumbnail" loading="lazy" width="1610" height="5778">
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2023/bootstrap-5-3-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2023/bootstrap-icons-1-11-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified src/static/assets/img/bootstrap-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/static/assets/img/bootstrap-social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/static/assets/img/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/static/assets/img/favicons/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"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"
}
],
"start_url": "/?utm_source=a2hs",
"theme_color": "#7952b3",
"background_color": "#7952b3",
"theme_color": "#712cf9",
"background_color": "#712cf9",
"display": "standalone"
}
Binary file modified src/static/assets/img/favicons/maskable_icon_x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a0283b

Please sign in to comment.