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