diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 16:19:26 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 16:19:26 +0000 |
| commit | cbcc70fde18979e024ca4d0afd031fee60aff907 (patch) | |
| tree | ae60c43ec1f5fc8d879a026d5839bd00c4a4bd8b /_config.yml.example | |
| parent | 0a2633126a4157d96c0ef8eef3eba80a72c89858 (diff) | |
Social buttons for posts controlled via _config.yml.
Diffstat (limited to '_config.yml.example')
| -rw-r--r-- | _config.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml.example b/_config.yml.example index 6f78a0b..ee03a07 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -53,6 +53,10 @@ copyright_year: # Optional Disqus integration. #disqus_shortname: +# Social buttons will be enabled for posts. +# Each post can control what buttons they want through their meta tags. +social_buttons: true + # *************************** # JEKYLL # *************************** |
