Sha256: d4dfa58a0962a8fe8b0e0e79332ba50f04de60a5caffc430cacc90d030801d5f
Contents?: true
Size: 1.16 KB
Versions: 22
Compression:
Stored size: 1.16 KB
Contents
{% comment %} # ----------------------------------------------------------------------------- # ~/_includes/themes/j1/procedures/sharing # Liquid CONNECTOR for sharing providers supported by J1 Template # # Product/Info: # http://jekyll.one # # 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.safe and site.xxj.sharing.provider and page.xxj.sharing != false %} {% case site.xxj.sharing.provider %} {% when "custom" %} {% include custom/sharing %} {% endcase %} {% endif %}
Version data entries
22 entries across 22 versions & 1 rubygems