diff --git a/_config.yml b/_config.yml index 2b76e97..0f459c4 100644 --- a/_config.yml +++ b/_config.yml @@ -60,8 +60,8 @@ baseurl: "" # Enable blog on index page index_blog: true -# Enable share to twitter button in posts -twitter_blog_share: false +# Enable share to social media button in posts +social_share: false # # !! You don't need to change any of the configuration flags below !! diff --git a/_layouts/post.html b/_layouts/post.html index ed97be7..19bf277 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,7 +27,7 @@ layout: default {{ content }} - {% if site.twitter_blog_share == true %} + {% if site.social_share == true %}