1{%- if jekyll.environment != 'development' -%}
2  {%- if site.comments.provider == 'disqus' -%}
3    {%- include comments-providers/disqus.html -%}
4  {%- elsif site.comments.provider == 'gitalk' -%}
5    {%- include comments-providers/gitalk.html -%}
6  {%- elsif site.comments.provider == 'valine' -%}
7    {%- include comments-providers/valine.html -%}
8  {%- elsif site.comments.provider == 'custom' -%}
9    {%- include comments-providers/custom.html -%}
10  {%- endif -%}
11{%- endif -%}