mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -07:00
8 lines
307 B
HTML
8 lines
307 B
HTML
{%- 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 -%}
|