From 09859a15f789205e3facd396dc4db82941e0ec2f Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Sat, 18 Jul 2015 21:24:28 -0300 Subject: [PATCH] Fx typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14f6a89..a51e348 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Maybe some Pelican settings not work properly. | DISQUS_SITENAME | Disqus website's shortname to activate Disqus comment system. | `DISQUS_SITENAME = 'yoursite'` | | GOOGLE_ANALYTICS | Set to ‘UA-XXXX-YYYY’ to activate Google Analytics. | `GOOGLE_ANALYTICS = 'UA-1234-5678'` | | GOOGLE_TAG_MANAGER | Set to ‘GTM-XXXXXX’ to activate Google Tag Manager. | `GOOGLE_TAG_MANAGER = GTM-ABCDEF` | -| STATUSCAKE | Show StatusCake Uptime badge on footer. | STATUSCAKE = { 'trackid': 'your-id', 'days': 7 } | +| STATUSCAKE | Show StatusCake Uptime badge on footer. | `STATUSCAKE = { 'trackid': 'your-id', 'days': 7 }` | ### How main menu works? @@ -75,7 +75,7 @@ If you need more icons, you will need to add a custom background to keep all ico | Name | What does it do? | Code | |:----:|------------------|:----:| -| Summarise | Enable Home summarry | `Summarise: True` | +| Summarise | Enable Home summary | `Summarise: True` | By default, all article content is shown on Home. If the article has a custom Summary, the custom summary is shown.