Release 4.26.1 💎

This commit is contained in:
iBug 2024-05-10 17:59:50 +08:00
parent be3c046acf
commit 1a85a28685
9 changed files with 10 additions and 10 deletions

View File

@ -121,7 +121,7 @@ To install:
bundle
```
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.26.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.26.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
<!--
Dev note: The version number is currently hard-coded in these files:

View File

@ -1,5 +1,5 @@
<!--
Minimal Mistakes Jekyll Theme 4.26.0 by Michael Rose
Minimal Mistakes Jekyll Theme 4.26.1 by Michael Rose
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

View File

@ -1,5 +1,5 @@
/*!
* Minimal Mistakes Jekyll Theme 4.26.0 by Michael Rose
* Minimal Mistakes Jekyll Theme 4.26.1 by Michael Rose
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

View File

@ -1,5 +1,5 @@
/*!
* Minimal Mistakes Jekyll Theme 4.26.0 by Michael Rose
* Minimal Mistakes Jekyll Theme 4.26.1 by Michael Rose
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

View File

@ -1,5 +1,5 @@
/*!
* Minimal Mistakes Jekyll Theme 4.26.0 by Michael Rose
* Minimal Mistakes Jekyll Theme 4.26.1 by Michael Rose
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

View File

@ -1,3 +1,3 @@
# for use with in-page templates
---
version: 4.26.0
version: 4.26.1

View File

@ -10,7 +10,7 @@ header:
url: "/docs/quick-start-guide/"
excerpt: >
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.0">Latest release v4.26.0</a></small>
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.1">Latest release v4.26.1</a></small>
feature_row:
- image_path: /assets/images/mm-customizable-feature.png
alt: "customizable"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "minimal-mistakes",
"version": "4.26.0",
"version": "4.26.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "minimal-mistakes",
"version": "4.26.0",
"version": "4.26.1",
"license": "MIT",
"devDependencies": {
"uglify-js": "^3.17.4"

View File

@ -1,7 +1,7 @@
{
"name": "minimal-mistakes",
"private": true,
"version": "4.26.0",
"version": "4.26.1",
"description": "Minimal Mistakes 2 column Jekyll theme.",
"repository": {
"type": "git",