Only load Adsense in prod. and reset on each page

This commit is contained in:
Andrew Miner
2015-03-10 21:34:41 -07:00
parent ee75415729
commit 50c3d95440
27 changed files with 214 additions and 117 deletions
+33
View File
@@ -0,0 +1,33 @@
//-
//- Crafting Guide - app.jade
//-
//- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved.
//-
doctype html
html
head
title The Ultimate Minecraft Crafting Guide
meta(charset="UTF-8")
link(href="/images/favicon.png", rel="icon", type="image/png")
block styles
link(rel="stylesheet", type="text/css", href="/css/main.css")
link(rel="stylesheet", type="text/css", href="/css/jquery-ui.css")
body
block body
.view__feedback
.view__screen
.content
include ./includes/_header.jade
.page
include ./includes/_footer.jade
block scripts
include ./includes/_standard_scripts.jade
include ./includes/_google_adsense.jade
include ./includes/_google_analytics.jade
include ./includes/_addthis.jade