Sha256: 99ccea4c7716fee30254c368780ffa8e9f577fed15630b5af452fd0befbb8b6d
Contents?: true
Size: 1.67 KB
Versions: 22
Compression:
Stored size: 1.67 KB
Contents
{% comment %} # ----------------------------------------------------------------------------- # ~/_includes/themes/j1/modules/connectors/comments # Liquid CONNECTOR for comment providers supported by J1 Template # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ----------------------------------------------------------------------------- # Test data: # liquid_var: {{ liquid_var | debug }} # ----------------------------------------------------------------------------- {% endcomment %} {% comment %} Liquid procedures --------------------------------------------------------------- {% endcomment %} {% comment %} Variables --------------------------------------------------------------- {% endcomment %} {% comment %} Main --------------------------------------------------------------- {% endcomment %} {% if site.data.j1_config.comment.provider and page.comments %} {% case site.data.j1_config.comment.provider %} {% when "disqus" %} {% include themes/{{site.template.name}}/modules/connectors/comment/disqus.html %} {% when "livefyre" %} {% include themes/{{site.template.name}}/procedures/provider/comment/livefyre %} {% when "intensedebate" %} {% include themes/{{site.template.name}}/procedures/provider/comment/intensedebate %} {% when "facebook" %} {% include themes/{{site.template.name}}/procedures/provider/comment/facebook %} {% when "custom" %} {% include themes/{{site.template.name}}/procedures/provider/comment/custom %} {% endcase %} {% endif %}
Version data entries
22 entries across 22 versions & 1 rubygems