diff options
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  # ***************************  | 
