From 294accde545a7213b274c5b625b44a17ed72e0f3 Mon Sep 17 00:00:00 2001 From: xdite Date: Sun, 9 Oct 2011 16:29:02 +0800 Subject: facebook like option --- .themes/classic/source/_includes/post/sharing.html | 3 +++ 1 file changed, 3 insertions(+) (limited to '.themes/classic/source/_includes/post') diff --git a/.themes/classic/source/_includes/post/sharing.html b/.themes/classic/source/_includes/post/sharing.html index f0f9b9db..e32500d0 100644 --- a/.themes/classic/source/_includes/post/sharing.html +++ b/.themes/classic/source/_includes/post/sharing.html @@ -5,4 +5,7 @@ {% if site.google_plus_one %}
{% endif %} + {% if site.facebook_like %} +
+ {% endif %} -- cgit v1.2.1