You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
10
10
- 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)
11
11
- 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.
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
11
11
toc: true
12
12
toc_label: "Included Layouts"
13
13
toc_icon: "columns"
@@ -475,7 +475,7 @@ To end up with:
475
475
476
476
To add a touch of color to the default black (`#000`) icon a few more steps are necessary.
477
477
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`.
479
479
480
480
Simply add a `color` declaration and the corresponding hex code.
481
481
@@ -490,7 +490,7 @@ Simply add a `color` declaration and the corresponding hex code.
490
490
491
491

492
492
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.
494
494
{: .notice--info}
495
495
496
496
**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:.
Copy file name to clipboardExpand all lines: docs/_docs/18-history.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ permalink: /docs/history/
4
4
excerpt: "Change log of enhancements and bug fixes made to the theme."
5
5
sidebar:
6
6
nav: docs
7
-
last_modified_at: 2017-11-13T08:09:29-05:00
7
+
last_modified_at: 2017-11-13T18:38:24-05:00
8
8
toc: true
9
9
---
10
10
@@ -19,6 +19,7 @@ toc: true
19
19
20
20
- 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)
21
21
- 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.
0 commit comments