8 lines
191 B
Text
8 lines
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 %}
|