File: analytics.html

package info (click to toggle)
mkdocs-material 9.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76,636 kB
  • sloc: javascript: 3,965; python: 3,622; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{#-
  This file was automatically generated - do not edit
-#}
{% if config.extra.analytics %}
  {% set provider = config.extra.analytics.provider %}
{% endif %}
{% if provider %}
  {% include "partials/integrations/analytics/" ~ provider ~ ".html" %}
  {% if config.extra.consent %}
    <script>if("undefined"!=typeof __md_analytics){var consent=__md_get("__consent");consent&&consent.analytics&&__md_analytics()}</script>
  {% else %}
    <script>"undefined"!=typeof __md_analytics&&__md_analytics()</script>
  {% endif %}
{% endif %}