mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-02 02:38:53 -04:00
Removed deprecated google_analytics setting
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
IN THE SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- Determine analytics provider (deprecated, removed in v8) -->
|
||||
{% if config.google_analytics %}
|
||||
{% set provider = "google" %}
|
||||
{% endif %}
|
||||
|
||||
<!-- Determine analytics provider -->
|
||||
{% if config.extra.analytics %}
|
||||
{% set provider = config.extra.analytics.provider %}
|
||||
|
||||
@@ -20,11 +20,6 @@
|
||||
IN THE SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- Determine analytics property (deprecated, removed in v8) -->
|
||||
{% if config.google_analytics %}
|
||||
{% set property = config.google_analytics[0] %}
|
||||
{% endif %}
|
||||
|
||||
<!-- Determine analytics property -->
|
||||
{% if config.extra.analytics %}
|
||||
{% set property = config.extra.analytics.property | d("", true) %}
|
||||
|
||||
Reference in New Issue
Block a user