Browse Source

be a dick and add ads to the site

dev/hugo
Brett Langdon 11 years ago
parent
commit
ccff2f6953
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      templates/layout.jade

+ 5
- 0
templates/layout.jade View File

@ -27,6 +27,10 @@ html(lang='en')
div.content-wrap div.content-wrap
block content block content
h2 Welcome to brett.is! h2 Welcome to brett.is!
div.ad
script(async, src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js")
ins.adsbygoogle(style="display:block", data-ad-client="ca-pub-3200991035275362"
data-ad-slot="4431182737", data-ad-format="auto")
footer footer
div.content-wrap div.content-wrap
block footer block footer
@ -48,3 +52,4 @@ html(lang='en')
ga('create', 'UA-34513423-1', 'brett.is'); ga('create', 'UA-34513423-1', 'brett.is');
ga('send', 'pageview'); ga('send', 'pageview');
(adsbygoogle = window.adsbygoogle || []).push({});

Loading…
Cancel
Save