include adsense to pelicanconfig

This commit is contained in:
gustavofoa 2016-09-17 11:59:34 -03:00
parent 38294033c2
commit 0ef7afe345

View file

@ -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'
}
}