Files @ 8a88d5a23266
Branch filter:

Location: libtransport.git/_includes/JB/sharing

vitalyster
Merge pull request #49 from rigid/patch-5

added spectrum live build instructions, moved live build stuff to end of the document
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 %}