update all login-down

This commit is contained in:
2025-06-23 16:21:37 +08:00
parent 8204504f5a
commit 08239024ef
339 changed files with 34769 additions and 361 deletions

View File

@@ -0,0 +1,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 %}