Files @ 4047cebf9c65
Branch filter:

Location: libtransport.git/_includes/JB/sharing

Vitaly Takmazov
Merge branch 'gh-pages' of github.com:hanzz/spectrum2 into gh-pages
1
2
3
4
5
6
7
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 %}