initial commit with jekyll-boostrap
This commit is contained in:
9
_includes/JB/sharing
Normal file
9
_includes/JB/sharing
Normal file
@@ -0,0 +1,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 %}
|
||||
Reference in New Issue
Block a user