mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
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 %}
|