diff --git a/.themes/classic/source/_includes/post/sharing.html b/.themes/classic/source/_includes/post/sharing.html index ed9ea72..36f95fe 100644 --- a/.themes/classic/source/_includes/post/sharing.html +++ b/.themes/classic/source/_includes/post/sharing.html @@ -3,21 +3,33 @@ {% if site.respectfully_social %} Tweet {% else %} - Tweet + {% if post.title %} + Tweet + {% else %} + Tweet + {% endif %} {% endif %} {% endif %} {% if site.google_plus_one %} {% if site.respectfully_social %} +1 {% else %} -
+ {% if post.title %} +
+ {% else %} +
+ {% endif %} {% endif %} {% endif %} {% if site.facebook_like %} {% if site.respectfully_social %} Share {% else %} -
+ {% if post.title %} +
+ {% else %} +
+ {% endif %} {% endif %} {% endif %} {% include custom/sharing.html %}