summaryrefslogtreecommitdiff
path: root/_includes/sharing.html
blob: f58534609219991212e89b0cfe864f4ae10f6ba7 (plain)
1
2
3
4
5
6
7
{%- 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 -%}