From 3033aa910e588edac069cb8925d90c7715afbf41 Mon Sep 17 00:00:00 2001 From: Mark Stenglein Date: Sat, 4 Jun 2016 15:23:34 -0400 Subject: [PATCH] Fix typo in 05-configuration.md Changed a you to your on line 286 --- _docs/05-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/05-configuration.md b/_docs/05-configuration.md index 05cf8dc1ac7e..34c9c50e5a0f 100644 --- a/_docs/05-configuration.md +++ b/_docs/05-configuration.md @@ -283,7 +283,7 @@ facebook: ##### Open Graph Default Image -For pages that don't have a `header.image` assigned in their YAML Front Matter, `site.og_image` will be used as a fallback. Use you logo, icon, avatar or something else that is meaningful. Just make sure it is place in the `/images/` folder, a minimum size of 120px by 120px, and less than 1MB in file size. +For pages that don't have a `header.image` assigned in their YAML Front Matter, `site.og_image` will be used as a fallback. Use your logo, icon, avatar or something else that is meaningful. Just make sure it is place in the `/images/` folder, a minimum size of 120px by 120px, and less than 1MB in file size. ```yaml og_image: "site-logo.png" @@ -528,4 +528,4 @@ compress_html: envs: development # disable compression in dev environment ``` -**Caution:** Inline JavaScript comments can cause problems with `compress.html`, so be sure to `/* comment this way */` and avoid `// these sorts of comments`. \ No newline at end of file +**Caution:** Inline JavaScript comments can cause problems with `compress.html`, so be sure to `/* comment this way */` and avoid `// these sorts of comments`.