From 5263fe7e8c9e19ef969d0b0431c4e8d10c1b0062 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Wed, 6 Dec 2023 17:45:55 -0800 Subject: [PATCH] Emphasize the enable-ads part --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4930fa3..302e5f5 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ filters: where `ca-pub-XXXXXXXXXXXXXXXX` in `publisher-id` is your Google Adsense [Publisher ID](https://support.google.com/adsense/answer/105516?hl=en). + +Ads may be disabled on a specific page by adding to the generating document's YAML header area: + +```yml +adsense: + enable-ads: false +``` + **Note:** Ads may take up to an hour to appear on the page/project. ## References