From b36a8df2fd52b0219be4e79d18662fdb66d6dbe6 Mon Sep 17 00:00:00 2001 From: g* Date: Mon, 23 Jun 2025 11:50:18 +0200 Subject: [PATCH] Disable privacy plugin. --- docs/resume.md | 4 +++- mkdocs.yml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/resume.md b/docs/resume.md index b7ccd98..c7cce83 100644 --- a/docs/resume.md +++ b/docs/resume.md @@ -9,7 +9,6 @@ hide: - @@ -362,3 +361,6 @@ body { + + + diff --git a/mkdocs.yml b/mkdocs.yml index 8277b0f..13dd3b0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -110,8 +110,8 @@ plugins: remove_comments: true cache_safe: true # Plugin to self-host external assets and for link attributes. [https://squidfunk.github.io/mkdocs-material/plugins/privacy/] - - privacy: - assets_fetch: true + # - privacy: + # assets_fetch: true - search # Plugin to create index pages for each section. [https://github.com/oprypin/mkdocs-section-index] - section-index