From cccfbdb3ca0341e067e43a71319f79f563a25af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Thu, 21 Dec 2023 18:17:56 +0100 Subject: [PATCH] restore cookie consent modal --- mkdocs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 11cd238..bbd1d7e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -89,11 +89,11 @@ plugins: - git-revision-date-localized: enable_creation_date: false fallback_to_build_date: true -#extra: -# consent: -# title: Cookie consent -# description: >- -# We use cookies to recognize your repeated visits and preferences, as well -# as to measure the effectiveness of our documentation and whether users -# find what they're searching for. With your consent, you're helping us to -# make our documentation better. +extra: + consent: + title: Cookie consent + description: >- + We use cookies to recognize your repeated visits and preferences, as well + as to measure the effectiveness of our documentation and whether users + find what they're searching for. With your consent, you're helping us to + make our documentation better.