sharing 226 B

123456789
  1. {% include JB/is_production %}
  2. {% if is_production and site.JB.sharing.provider and page.JB.sharing != false %}
  3. {% case site.JB.sharing.provider %}
  4. {% when "custom" %}
  5. {% include custom/sharing %}
  6. {% endcase %}
  7. {% endif %}