blog/_includes/JB/sharing
2015-03-31 23:48:52 -04:00

9 lines
No EOL
226 B
Text

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