_includes/themes/j1/modules/connectors/ads in j1_template-2019.4.1 vs _includes/themes/j1/modules/connectors/ads in j1_template-2019.4.4

- old
+ new

@@ -25,26 +25,26 @@ {% assign advertising_provider = site.data.j1_config.advertising.provider %} {% comment %} Main -------------------------------------------------------------------------------- {% endcomment %} -<!-- advertising: {{ advertising}} --> -<!-- page.advertising: {{ page.advertising}} --> -<!-- advertising_provider: {{ advertising_provider}} --> +<!-- [INFO ] [j1.modules.connectors.ads ] [ detected advertising (global): {{advertising}} ] --> +<!-- [INFO ] [j1.modules.connectors.ads ] [ detected advertising (page): {{page.advertising}}} ] --> +<!-- [INFO ] [j1.modules.connectors.ads ] [ detected advertising (provider): {{advertising_provider}}} ] --> +<!-- [INFO ] [j1.modules.connectors.ads ] [ start processing load region head, layout: {{page.layout}} ] --> -<!-- [INFO ] [j1.layout.connectors ] [Start processing load region head, layout: {{page.layout}}] --> {% if advertising and page.advertising %} {% case advertising_provider %} {% when "google" %} - <!-- [INFO ] [j1.layout.connectors ] [Place Google Adsense ] --> + <!-- [INFO ] [j1.modules.connectors.ads ] [ place Google Adsense ] --> {% include themes/{{site.template.name}}/modules/connectors/ad/google-adsense.html %} {% when "custom" %} - <!-- [INFO ] [j1.layout.connectors ] [Place Custom Provider ] --> + <!-- [INFO ] [j1.modules.connectors.ads ] [ place Custom Provider ] --> {% include themes/{{site.template.name}}/modules/connectors/analytic/custom-analytics.html %} {% endcase %} {% endif %} -<!-- [INFO ] [j1.layout.connectors ] [End processing] --> +<!-- [INFO ] [j1.modules.connectors.ads ] [ end processing ] -->