diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 17:02:04 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-03-07 17:02:04 +0000 |
| commit | 7d063192dc2a7cd059116cdee82fc3a08f2f1e97 (patch) | |
| tree | 2c25079cb3bb7e3820371f5326b20972a61c3f81 /_config.yml | |
| parent | dcdf316c732795f59c689e71b7928a5f695e42cb (diff) | |
Switch on social buttons.
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index d37cff8..29cfb05 100644 --- a/_config.yml +++ b/_config.yml @@ -53,6 +53,10 @@ copyright_year: 2012 # Optional Disqus integration. disqus_shortname: dtscom +# Social buttons will be enabled for posts. +# Each post can control what buttons they want through their meta tags. +social_buttons: true + # *************************** # JEKYLL # *************************** |
