Fix broken SCSS partial links

This commit is contained in:
Michael Rose
2017-11-13 18:38:36 -05:00
parent 079b3718cb
commit 423ba0a18f
3 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2017-11-13T08:09:29-05:00
last_modified_at: 2017-11-13T18:38:24-05:00
toc: true
---
@@ -19,6 +19,7 @@ toc: true
- 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)
- Change `http` author profile links to `https` when supported. [#1349](https://github.com/mmistakes/minimal-mistakes/pull/1349)
- Fix broken SCSS partial links in layouts documentation.
## [4.7.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.0)