include adsense to pelicanconfig
This commit is contained in:
parent
38294033c2
commit
0ef7afe345
1 changed files with 10 additions and 0 deletions
|
@ -77,3 +77,13 @@ GOOGLE_ANALYTICS = "UA-XXXXXX-X"
|
||||||
ADD_THIS_ID = 'ra-XX3242XX'
|
ADD_THIS_ID = 'ra-XX3242XX'
|
||||||
|
|
||||||
USE_LESS = True
|
USE_LESS = True
|
||||||
|
|
||||||
|
ADSENSE = {
|
||||||
|
'adClientId' : 'ca-pub-XXXXXXXXXXXXXXXX',
|
||||||
|
'adSlot' : {
|
||||||
|
'aside_250x250' : 'YYYYYYYYYY',
|
||||||
|
'articleBottom_responsible' : 'XXXXXXXXXX',
|
||||||
|
'top_responsible' : 'XXXXXXXXXX',
|
||||||
|
'homeBottom_responsible' : 'XXXXXXXXXX'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue