• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{%- if site.sharing.provider == 'addtoany' -%}
2  {%- include sharing-providers/addtoany.html -%}
3{%- elsif site.sharing.provider == 'addthis' -%}
4  {%- include sharing-providers/addthis.html -%}
5  {%- elsif site.sharing.provider == 'custom' -%}
6  {%- include sharing-providers/custom.html -%}
7{%- endif -%}
8