diff options
author | Justin Mayer <entroP@gmail.com> | 2016-03-12 10:09:00 -0800 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2016-03-13 20:19:55 -0700 |
commit | b6ddae910c53ddd7a556ed339e6d66e5d3064b4b (patch) | |
tree | 06aec6a8c3876aa16c2fdc0583a9ae36a3b638c2 | |
parent | 47079f712a1d571ad441b0354d1b72ef9388d9b6 (diff) | |
download | pelican-themes-b6ddae910c53ddd7a556ed339e6d66e5d3064b4b.tar.gz |
Improve Syte theme ReadMe
-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' |