Update README for adsense
This commit is contained in:
parent
50a944795d
commit
38294033c2
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ The minimalist [Pelican](http://blog.getpelican.com/) theme.
|
||||||
The theme supports responsive adsense banners on the top/bottom of articles and index. And a 250x250 banner in aside.
|
The theme supports responsive adsense banners on the top/bottom of articles and index. And a 250x250 banner in aside.
|
||||||
To configure it create a responsive banner and a 250x250 banner on your adsense account and set this on your pelicanconf.
|
To configure it create a responsive banner and a 250x250 banner on your adsense account and set this on your pelicanconf.
|
||||||
|
|
||||||
'''javascript
|
```javascript
|
||||||
ADSENSE = {
|
ADSENSE = {
|
||||||
'adClientId' : '<< YOUR AD CLIENT>>',
|
'adClientId' : '<< YOUR AD CLIENT>>',
|
||||||
'adSlot' : {
|
'adSlot' : {
|
||||||
|
@ -40,7 +40,7 @@ ADSENSE = {
|
||||||
'homeBottom_responsible' : '<< AD-SLOT FOR THE RESPONSIBLE BANNER >>'
|
'homeBottom_responsible' : '<< AD-SLOT FOR THE RESPONSIBLE BANNER >>'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'''
|
```
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue