mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
fully remove GA scripts
This commit is contained in:
@@ -45,7 +45,7 @@ copyright: >
|
||||
extra:
|
||||
analytics:
|
||||
provider: google
|
||||
property: GTM-K86VCV3
|
||||
property: G-352705152
|
||||
feedback:
|
||||
title: Was this page helpful?
|
||||
ratings:
|
||||
|
||||
@@ -17,18 +17,9 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block libs %}
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','GTM-K86VCV3');</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Plausible analytics -->
|
||||
<script defer {% if page.meta and page.meta.contentType %}event-content_type="{{ page.meta.contentType }}"{% endif %} data-domain="docs.n8n.io" src="https://plausible.io/js/script.pageview-props.js"></script>
|
||||
@@ -53,14 +44,4 @@
|
||||
LangChain is now available in n8n. Build AI functionality using <a href="https://docs.n8n.io/langchain/langchain-n8n/">n8n's LangChain nodes</a>.
|
||||
{% endblock %}
|
||||
|
||||
{% block container %}
|
||||
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K86VCV3"
|
||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
|
||||
{{ super() }}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user