From b7b887f6e4eb720a6d9b0eb5c2f3ad6d38515869 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 23 Feb 2016 11:19:44 -0500 Subject: [PATCH] Enable share buttons on all _posts (default) --- _config.yml | 1 + _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e79b9c00..8a2be931 100644 --- a/_config.yml +++ b/_config.yml @@ -99,6 +99,7 @@ defaults: values: layout: post comments: true + share: true # Plugins gems: diff --git a/_layouts/post.html b/_layouts/post.html index c88e86a9..417430be 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -25,7 +25,7 @@ layout: default