summaryrefslogtreecommitdiff
path: root/_includes/JB/sharing
blob: f5b11518bd2e5ca9636ad6c7f474f16379f34e90 (plain)
1
2
3
4
5
6
7
8
{% 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 %}