From 71b901c57d892ae5cd2e77592d082f707e2bf17c Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 8 Jul 2016 10:49:33 -0400 Subject: [PATCH] Fix note about custom sidebar content appearing below author profile. - Fixes #388 --- _docs/09-layouts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/09-layouts.md b/_docs/09-layouts.md index b2ef5c7d..3ffd564d 100644 --- a/_docs/09-layouts.md +++ b/_docs/09-layouts.md @@ -7,7 +7,7 @@ single_layout_gallery: alt: "single layout with header example" - image_path: mm-layout-single-meta.png alt: "single layout with comments and related posts" -modified: 2016-05-17T14:32:44-04:00 +modified: 2016-07-08T10:48:34-04:00 --- {% include base_path %} @@ -398,7 +398,7 @@ sidebar:
Example of custom sidebar content added as YAML Front Matter.
-**ProTip:** Custom sidebar content added to a post or page's YAML Front Matter will appear above the author profile if enabled with `author_profile: true`. +**Note:** Custom sidebar content added to a post or page's YAML Front Matter will appear below the author profile if enabled with `author_profile: true`. {: .notice--info} ---