Black format
This commit is contained in:
parent
c9a31dce5e
commit
ca51e4c544
3 changed files with 84 additions and 73 deletions
|
@ -9,7 +9,7 @@ except ImportError:
|
|||
sys.path.append(os.path.join(os.curdir, "docs"))
|
||||
from pelicanconf import *
|
||||
|
||||
SITEURL = 'https://flex.alxd.me/'
|
||||
SITEURL = "https://flex.alxd.me/"
|
||||
|
||||
RELATIVE_URLS = False
|
||||
|
||||
|
@ -18,14 +18,14 @@ USE_LESS = False
|
|||
GOOGLE_ANALYTICS = "UA-55543164-6"
|
||||
|
||||
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',
|
||||
}
|
||||
"ca_id": "ca-pub-6625957038449899",
|
||||
"page_level_ads": True,
|
||||
"ads": {
|
||||
"aside": "8752710348",
|
||||
"main_menu": "",
|
||||
"index_top": "",
|
||||
"index_bottom": "1124188687",
|
||||
"article_top": "",
|
||||
"article_bottom": "4843941849",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue