blog/_includes/JB/sharing
2012-01-23 03:47:38 -08:00

8 lines
No EOL
187 B
Text

{% if site.safe and site.JB.sharing.engine and page.JB.sharing != false %}
{% case site.JB.sharing.engine %}
{% when "custom" %}
{% include custom/sharing %}
{% endcase %}
{% endif %}