Skip to content

Commit f664f2e

Browse files
omri374claude
andcommitted
revert: undo accidental direct-to-main docs pushes
Reverts two commits that were pushed directly to main by mistake: - b9e1f6d (Google Search Console meta tag) - 836cfa8 (Data Privacy Stack footer link) The footer link is now redundant: #2102 added its own `copyright` entry pointing to dataprivacystack.org, leaving main with a duplicate top-level `copyright:` key. This revert removes our duplicate and the orphaned meta tag so main matches the post-#2102 (Zensical) state. The Search Console meta tag is re-introduced properly in a follow-up PR. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1c44a0f commit f664f2e

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

mkdocs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ plugins:
221221
filters:
222222
- "!^_"
223223

224-
copyright: >
225-
Maintained by
226-
<a href="https://dataprivacystack.org" target="_blank" rel="noopener">Data Privacy Stack</a>
227-
228224
extra:
229225
social:
230226
- icon: fontawesome/brands/github

overrides/main.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{% extends "base.html" %}
22

3-
{% block extrahead %}
4-
{{ super() }}
5-
<meta name="google-site-verification" content="XTJynzxw5KJpNFN8WemNurQh1lj33OTCbkDbQr8267k" />
6-
{% endblock %}
7-
83
{% block analytics %}
94
<!-- Microsoft Clarity with Consent Mode -->
105
<script type="text/javascript">

0 commit comments

Comments
 (0)