_includes/appscms/scripts/script.html in appscms-tools-theme-4.1.2 vs _includes/appscms/scripts/script.html in appscms-tools-theme-4.1.3
- old
+ new
@@ -115,11 +115,14 @@
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
-{%- endif -%} {%- if page.layout == "appscms-feature" -%}
+{%- endif -%}
+{%- include google-analytics.html
+ -%}
+<!-- {%- if page.layout == "appscms-feature" -%}
<script>
const toaster = document.querySelector(".toaster");
if (
!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
navigator.userAgent
@@ -133,6 +136,6 @@
}
setTimeout(() => {
toaster.style.display = "none";
}, 10000);
</script>
-{%- endif -%}
+{%- endif -%} -->