From 619e692280f78aac5c9da148291ca55a0e682583 Mon Sep 17 00:00:00 2001 From: TheSt1tch Date: Thu, 17 Oct 2024 12:00:54 +0500 Subject: [PATCH] add google analytics --- mkdocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index b63acf6..8c4691d 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -309,4 +309,9 @@ markdown_extensions: - pymdownx.superfences # allows for the nesting of code blocks inside other blocks - pymdownx.keys +extra: + analytics: + provider: google + property: G-E6GYT2D13K + copyright: 2024 © TheSt1tch - Licensed under GPLv3 \ No newline at end of file