diff options
-rw-r--r-- | syte/README.md | 6 |
1 files 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' |