blog/_includes/JB/sharing
Jade Dominguez 7a0b1ed689 Add new Integration points for themes
The new system will try to namespace all framework integrations with 'JB'. Integration points added in this comment are 'analytics', 'comments', and 'sharing'.
2012-01-20 23:19:17 -08:00

8 lines
No EOL
192 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.html %}
{% endcase %}
{% endif %}