{% 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.data.j1_config.advertising.adsense.enabled and page.adsense %} {% include themes/{{site.template.name}}/modules/connectors/ad/google-adsense.html %} {% endif %}