Skip to content

Commit 7680984

Browse files
iBugminyoongi96
authored andcommittedAug 26, 2024
Release 4.26.1 💎
1 parent a8e4a07 commit 7680984

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To install:
121121
bundle
122122
```
123123

124-
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.26.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
124+
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.26.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
125125

126126
<!--
127127
Dev note: The version number is currently hard-coded in these files:

‎_includes/copyright.html

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

‎_includes/copyright.js

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

‎_sass/minimal-mistakes/_copyright.scss

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

‎assets/js/main.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/_data/theme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# for use with in-page templates
22
---
3-
version: 4.26.0
3+
version: 4.26.1

‎docs/_pages/home.md

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

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimal-mistakes",
33
"private": true,
4-
"version": "4.26.0",
4+
"version": "4.26.1",
55
"description": "Minimal Mistakes 2 column Jekyll theme.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.