Skip to content

Commit

Permalink
Turn off ads
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMcKew committed Jan 26, 2024
1 parent 390e5fc commit 1ce5e78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
DISQUS_SITENAME = "jackmckew-dev"
GOOGLE_ANALYTICS = "UA-131173168-2"

GOOGLE_ADSENSE_ID = 'ca-pub-1052275056735196'
# GOOGLE_ADSENSE_ID = 'ca-pub-1052275056735196'

# GOOGLE_ADSENSE = {
# 'ca_id': 'ca-pub-1052275056735196', # Your AdSense ID
Expand Down
24 changes: 12 additions & 12 deletions themes/Flex/docs/pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@

USE_LESS = True

GOOGLE_ADSENSE = {
"ca_id": "ca-pub-6625957038449899",
"page_level_ads": True,
"ads": {
"aside": "8752710348",
"main_menu": "",
"index_top": "",
"index_bottom": "1124188687",
"article_top": "",
"article_bottom": "4843941849",
},
}
# GOOGLE_ADSENSE = {
# "ca_id": "ca-pub-6625957038449899",
# "page_level_ads": True,
# "ads": {
# "aside": "8752710348",
# "main_menu": "",
# "index_top": "",
# "index_bottom": "1124188687",
# "article_top": "",
# "article_bottom": "4843941849",
# },
# }

0 comments on commit 1ce5e78

Please sign in to comment.