diff options
| author | Antonin Descampe <antonin@gmail.com> | 2015-06-16 10:54:48 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2015-06-16 10:54:48 +0200 |
| commit | 6aa449bd03e48cf069500bd36ca4bab4e4280c38 (patch) | |
| tree | 79d606f09ed54e702e88e7040b3773a5c6f30e41 /_includes/JB/sharing | |
initial commit with jekyll-boostrap
Diffstat (limited to '_includes/JB/sharing')
| -rw-r--r-- | _includes/JB/sharing | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_includes/JB/sharing b/_includes/JB/sharing new file mode 100644 index 00000000..175a001a --- /dev/null +++ b/_includes/JB/sharing @@ -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 %}
\ No newline at end of file |
