From 38294033c2e1d44ebdea564fd36dd442aa083647 Mon Sep 17 00:00:00 2001 From: gustavofoa Date: Sat, 17 Sep 2016 11:54:00 -0300 Subject: [PATCH] Update README for adsense --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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