Support for responsive adsense banners (#56)

Adsense Banners begin
This commit is contained in:
Gustavo Furtado de Oliveira Alves 2016-11-01 02:05:22 -02:00 committed by Alexandre Vicenzi
parent b545f9a56e
commit 5360d3f5f0
5 changed files with 79 additions and 0 deletions

View file

@ -77,3 +77,13 @@ GOOGLE_ANALYTICS = "UA-XXXXXX-X"
ADD_THIS_ID = 'ra-XX3242XX'
USE_LESS = True
ADSENSE = {
'adClientId' : 'ca-pub-XXXXXXXXXXXXXXXX',
'adSlot' : {
'aside_250x250' : 'YYYYYYYYYY',
'articleBottom_responsible' : 'XXXXXXXXXX',
'top_responsible' : 'XXXXXXXXXX',
'homeBottom_responsible' : 'XXXXXXXXXX'
}
}