Only load Adsense in prod. and reset on each page
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user