Sha256: 106ea87a02908fbe2f222cb89185d91e576907e5394609724c2e94934b59d65e
Contents?: true
Size: 1.22 KB
Versions: 21
Compression:
Stored size: 1.22 KB
Contents
{% comment %} # ----------------------------------------------------------------------------- # ~/_includes/themes/j1/procedures/provider/ads # Liquid CONNECTOR for ad 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.j1_config.analytics.provider and page.j1_config.analytics != false %} {% case site.j1_config.analytics.provider %} {% when "google" %} {% themes/{{site.template.name}}/procedures/provider/ad/google-adsense %} {% endcase %} {% endif %}
Version data entries
21 entries across 21 versions & 1 rubygems