Skip to content

Commit 423ba0a

Browse files
committed
Fix broken SCSS partial links
1 parent 079b371 commit 423ba0a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
- Change `http` to `https` for Jekyll and Browserhappy links. [#1342](https://github.com/mmistakes/minimal-mistakes/pull/1342) [#1343](https://github.com/mmistakes/minimal-mistakes/pull/1343)
1111
- Change `http` author profile links to `https` when supported. [#1349](https://github.com/mmistakes/minimal-mistakes/pull/1349)
12+
- Fix broken SCSS partial links in layouts documentation.
1213

1314
## [4.7.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.0)
1415

docs/_docs/10-layouts.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ single_layout_gallery:
77
alt: "single layout with header example"
88
- image_path: /assets/images/mm-layout-single-meta.png
99
alt: "single layout with comments and related posts"
10-
last_modified_at: 2017-10-26T15:42:42-04:00
10+
last_modified_at: 2017-11-13T18:37:30-05:00
1111
toc: true
1212
toc_label: "Included Layouts"
1313
toc_icon: "columns"
@@ -475,7 +475,7 @@ To end up with:
475475

476476
To add a touch of color to the default black (`#000`) icon a few more steps are necessary.
477477

478-
Start by copying [`_utilities.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/_sass/_utilities.scss) `<site root>/_sass`. Open it up to the icon section (it's near the bottom) and nest a new class beneath `.social-icons` that matches the one used to declare the Font Awesome icon. In our case `.fa-reddit`.
478+
Start by copying [`_utilities.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/_sass/minimal-mistakes/_utilities.scss) `<site root>/_sass`. Open it up to the icon section (it's near the bottom) and nest a new class beneath `.social-icons` that matches the one used to declare the Font Awesome icon. In our case `.fa-reddit`.
479479

480480
Simply add a `color` declaration and the corresponding hex code.
481481

@@ -490,7 +490,7 @@ Simply add a `color` declaration and the corresponding hex code.
490490

491491
![Reddit link in author profile with color]({{ "/assets/images/mm-author-profile-reddit-color.png" | absolute_url }})
492492

493-
**ProTip:** For bonus points you can add it as a Sass `$variable` that you set in [`_variables.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/_sass/_variables.scss) like the other ["brand" colors](http://brandcolors.net/). You'll need to add this file to `/_sass/` as well if you're using the Ruby Gem version of the theme.
493+
**ProTip:** For bonus points you can add it as a Sass `$variable` that you set in [`_variables.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/_sass/minimal-mistakes/_variables.scss) like the other ["brand" colors](http://brandcolors.net/). You'll need to add this file to `/_sass/` as well if you're using the Ruby Gem version of the theme.
494494
{: .notice--info}
495495

496496
**Please please please** don't submit [pull requests]({{ "/docs/contributing/" | absolute_url }}) adding in support for "missing" social media links. I'm trying to keep things down to the minimum (hence the theme's name) and have no interest in merging such PRs :expressionless:.

docs/_docs/18-history.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2017-11-13T08:09:29-05:00
7+
last_modified_at: 2017-11-13T18:38:24-05:00
88
toc: true
99
---
1010

@@ -19,6 +19,7 @@ toc: true
1919

2020
- Change `http` to `https` for Jekyll and Browserhappy links. [#1342](https://github.com/mmistakes/minimal-mistakes/pull/1342) [#1343](https://github.com/mmistakes/minimal-mistakes/pull/1343)
2121
- Change `http` author profile links to `https` when supported. [#1349](https://github.com/mmistakes/minimal-mistakes/pull/1349)
22+
- Fix broken SCSS partial links in layouts documentation.
2223

2324
## [4.7.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.0)
2425

0 commit comments

Comments
 (0)