summaryrefslogtreecommitdiff
path: root/_includes/sharing.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/sharing.html')
-rw-r--r--_includes/sharing.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/_includes/sharing.html b/_includes/sharing.html
deleted file mode 100644
index f585346..0000000
--- a/_includes/sharing.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{%- if site.sharing.provider == 'addtoany' -%}
- {%- include sharing-providers/addtoany.html -%}
-{%- elsif site.sharing.provider == 'addthis' -%}
- {%- include sharing-providers/addthis.html -%}
- {%- elsif site.sharing.provider == 'custom' -%}
- {%- include sharing-providers/custom.html -%}
-{%- endif -%}