The new system will try to namespace all framework integrations with 'JB'. Integration points added in this comment are 'analytics', 'comments', and 'sharing'.
8 lines
No EOL
192 B
Text
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 %} |