From d6c84c9508902b3c1b6f0bd0fd61967d87a0f996 Mon Sep 17 00:00:00 2001 From: Yuchen Date: Wed, 5 Jan 2022 10:33:50 -0500 Subject: [PATCH] Add missing comma (#3318) Co-authored-by: Yuchen Zhong --- docs/_docs/05-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index b38b334f1dbd..5d7a8e273c2c 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -28,7 +28,7 @@ theme: minimal-mistakes-jekyll Easily change the color scheme of the theme using one of the provided "skins": ```yaml -minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise" +minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" ``` **Note:** If you have made edits to the theme's CSS files be sure to update [`/assets/css/main.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/assets/css/main.scss) to include `@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin` before the `minimal-mistakes` import.