blog/_includes/JB/sharing

8 lines
No EOL
191 B
Text

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