diff --git a/README.md b/README.md index 1159297..421599c 100644 --- a/README.md +++ b/README.md @@ -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. To configure it create a responsive banner and a 250x250 banner on your adsense account and set this on your pelicanconf. -'''javascript +```javascript ADSENSE = { 'adClientId' : '<< YOUR AD CLIENT>>', 'adSlot' : { @@ -40,7 +40,7 @@ ADSENSE = { 'homeBottom_responsible' : '<< AD-SLOT FOR THE RESPONSIBLE BANNER >>' } } -''' +``` ## Install