From 0b438c41ecf16b83106f47c69e896a9238e74b8b Mon Sep 17 00:00:00 2001 From: TianLun Song Date: Mon, 8 Sep 2025 08:48:17 +0800 Subject: [PATCH] Add Google AdSense integration --- docs/ads.txt | 1 + overrides/main.html | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 docs/ads.txt diff --git a/docs/ads.txt b/docs/ads.txt new file mode 100644 index 0000000..6d58067 --- /dev/null +++ b/docs/ads.txt @@ -0,0 +1 @@ +google.com, pub-7296634171837358, DIRECT, f08c47fec0942fa0 diff --git a/overrides/main.html b/overrides/main.html index b6995e1..1618c54 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -2,11 +2,16 @@ {% block extrahead %} {{ super() }} - + {% endblock %}