diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 16:38:04 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 16:38:04 +0000 |
| commit | dcdf316c732795f59c689e71b7928a5f695e42cb (patch) | |
| tree | 9fce32cb0c641c3230d1ddc67ad5e33280ad9c2d /_config.yml.example | |
| parent | b60484526d692a878a81d496a78d932f54dfc3d4 (diff) | |
| parent | cbcc70fde18979e024ca4d0afd031fee60aff907 (diff) | |
Merge remote-tracking branch 'upstream/master'
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 # *************************** |
