From 231604b60aaf6395da0f9012d3b26d23c95f5864 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 5 Apr 2025 23:31:21 +0200 Subject: [PATCH] Added antidiscovery for the copyright name in the footer --- hugo.toml | 4 ++-- layouts/partials/footer.html | 5 ++++- public/de/404.html | 5 ++++- public/de/about/index.html | 5 ++++- public/de/categories/index.html | 5 ++++- public/de/index.html | 5 ++++- public/de/posts/index.html | 5 ++++- public/de/posts/one-word/index.html | 5 ++++- public/de/posts/test-post/index.html | 5 ++++- public/de/tags/index.html | 5 ++++- public/en/404.html | 5 ++++- public/en/about/index.html | 5 ++++- public/en/categories/index.html | 5 ++++- public/en/index.html | 5 ++++- public/en/posts/index.html | 5 ++++- public/en/posts/one-word/index.html | 5 ++++- public/en/posts/test-post/index.html | 5 ++++- public/en/tags/index.html | 5 ++++- 18 files changed, 70 insertions(+), 19 deletions(-) diff --git a/hugo.toml b/hugo.toml index bfa5602..34f4f1d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -83,7 +83,7 @@ pagination.pagerSize = 5 subtitle = "Blog of privacynerd" owner = "" keywords = "" - copyright = "Benjamin Burkhardt" + copyright = "LBPeonijnacmGiNnU SBkuorKkyhfaHrrdyt" menuMore = "Show more" readMore = "Read more" readOtherPosts = "Read other posts" @@ -125,7 +125,7 @@ pagination.pagerSize = 5 subtitle = "Blog von privacynerd" owner = "" keywords = "" - copyright = "Benjamin Burkhardt" + copyright = "LBPeonijnacmGiNnU SBkuorKkyhfaHrrdyt" menuMore = "Mehr zeigen" readMore = "Mehr lesen" readOtherPosts = "Andere Posts lesen" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2cae085..b109c3c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,11 @@