From b6ddae910c53ddd7a556ed339e6d66e5d3064b4b Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sat, 12 Mar 2016 10:09:00 -0800 Subject: Improve Syte theme ReadMe --- syte/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syte/README.md b/syte/README.md index b8bd6d4..904eb09 100644 --- a/syte/README.md +++ b/syte/README.md @@ -24,12 +24,12 @@ your settings file. Settings -------- -This theme uses the SOCIAL setting from Pelican and build social integration on top of it with JavaScript calls. -All these settings are optional, not using them will simply not enable the social integration and the links will remain just links. +This theme uses the ``SOCIAL`` setting to build social integration via JavaScript calls. +All these settings are optional — not using them will skip the social integration, and the links will remain just links. #### HTML (OPTIONAL) -* ABOUT = u'Describe yourself or your site here, this will go right under the site name' +* ABOUT = u'Describe yourself or your site here — this will go right under the site name' * SITE_DESCRIPTION = u'Used in HTML meta tag for description' * SITE_KEYWORDS = u'Used in the HTML meta tag for keywords' -- cgit