Skip to content

Commit

Permalink
Fix typo in 05-configuration.md
Browse files Browse the repository at this point in the history
Changed a you to your on line 286
  • Loading branch information
ocelotsloth authored and sobkowiak committed Jul 18, 2016
1 parent 9fe90eb commit 3033aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs/05-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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`.
**Caution:** Inline JavaScript comments can cause problems with `compress.html`, so be sure to `/* comment this way */` and avoid `// these sorts of comments`.

0 comments on commit 3033aa9

Please # to comment.