initial commit with jekyll-boostrap

This commit is contained in:
Antonin Descampe
2015-06-16 10:54:48 +02:00
commit 6aa449bd03
67 changed files with 3308 additions and 0 deletions

9
_includes/JB/sharing Normal file
View 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 %}