Skip to content

Commit 1d797f0

Browse files
committed
Release 4.27.0 💎
1 parent 8193f60 commit 1d797f0

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
124+
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.27.0"` 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
2-
Minimal Mistakes Jekyll Theme 4.26.2 by Michael Rose
3-
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
2+
Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
3+
Copyright 2013-2025 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
66
-->

_includes/copyright.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.26.2 by Michael Rose
3-
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
2+
* Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
3+
* Copyright 2013-2025 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
66
*/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.26.2 by Michael Rose
3-
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
2+
* Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
3+
* Copyright 2013-2025 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
66
*/

assets/js/main.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_data/theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# for use with in-page templates
22
---
3-
version: 4.26.2
3+
version: 4.27.0

docs/_pages/home.md

Lines changed: 1 addition & 1 deletion
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.2">Latest release v4.26.2</a></small>
13+
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.0">Latest release v4.27.0</a></small>
1414
feature_row:
1515
- image_path: /assets/images/mm-customizable-feature.png
1616
alt: "customizable"

package.json

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

0 commit comments

Comments
 (0)