diff --git a/_includes/JB/sharing b/_includes/JB/sharing new file mode 100644 index 0000000000000000000000000000000000000000..f5b11518bd2e5ca9636ad6c7f474f16379f34e90 --- /dev/null +++ b/_includes/JB/sharing @@ -0,0 +1,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 %} \ No newline at end of file