Fix typos.

This commit is contained in:
Alexandre Vicenzi 2015-07-20 14:08:52 -03:00
parent c6255cf531
commit 7094c8800f

View file

@ -46,7 +46,7 @@ See what you can customize.
### Example ### Example
```python ```python
SITENAME = 'Foo Bar's Blog' SITENAME = 'Foo Bar\'s Blog'
SITETITLE = 'Foo Bar' SITETITLE = 'Foo Bar'
SITESUBTITLE = 'Web Developer' SITESUBTITLE = 'Web Developer'
SITEDESCRIPTION = 'Foo Bar\'s Thoughts and Writings' SITEDESCRIPTION = 'Foo Bar\'s Thoughts and Writings'
@ -102,7 +102,7 @@ If you need more icons, you will need to add a custom background to keep all ico
|:----:|------------------| |:----:|------------------|
| Summarise | Enable Home summary. | | Summarise | Enable Home summary. |
| Cover | Cover image for social sharing (absolute url). | | Cover | Cover image for social sharing (absolute url). |
| OgLocale | Open graph locale. | | og_locale | Open graph locale. |
By default, all article content is shown on Home. By default, all article content is shown on Home.
If the article has a custom Summary, the custom summary is shown. If the article has a custom Summary, the custom summary is shown.