From 92f4799f50c94f2de1d3d94b0fb20ff6d93614eb Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sat, 26 Oct 2019 15:27:12 -0400 Subject: Added FB social sharing link to posts. --- _layouts/post.liquid | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '_layouts/post.liquid') diff --git a/_layouts/post.liquid b/_layouts/post.liquid index a23d51f..ca9bf8c 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -60,7 +60,12 @@
- {% include posts-similar.liquid %} +
+ {% include social-share.liquid %} +
+
+ {% include posts-similar.liquid %} +
-- cgit v1.2.3