Add AdSense code
This commit is contained in:
@@ -5,6 +5,10 @@ Copyright (C) 2015 by Redwood Labs
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
.adsbygoogle {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
.view__browse_page
|
||||
.sidebar
|
||||
include ./includes/_sidebar_skyscraper.html
|
||||
|
||||
.mainBody
|
||||
h2: p Active Mods
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
.view__configure_page
|
||||
.sidebar
|
||||
include ./includes/_sidebar_skyscraper.html
|
||||
|
||||
.mainBody
|
||||
.view__mod_pack
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
.titleImage <a href="/browse/enderio/"><img src="/data/enderio/logo.png"></a>
|
||||
.titleImage <a href="/browse/railcraft/"><img src="/data/railcraft/logo.png"></a>
|
||||
|
||||
include ./includes/_sidebar_skyscraper.html
|
||||
|
||||
.mainBody
|
||||
.section
|
||||
h2 Welcome!
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Sidebar Skyscraper -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:inline-block;width:160px;height:600px"
|
||||
data-ad-client="ca-pub-6593013914878730"
|
||||
data-ad-slot="7613920409"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
@@ -10,6 +10,8 @@
|
||||
.titleImage: a: img
|
||||
a.craftingPlan.externalLink: p See Crafting Plan
|
||||
|
||||
include ./includes/_sidebar_skyscraper.html
|
||||
|
||||
.mainBody
|
||||
h1.name
|
||||
.byline: p from <a></a>
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
a.documentation.externalLink(target="new"): p Documentation
|
||||
a.download.externalLink(target="new"): p Download
|
||||
|
||||
include ./includes/_sidebar_skyscraper.html
|
||||
|
||||
.mainBody
|
||||
h1.name
|
||||
.byline: p
|
||||
|
||||
Reference in New Issue
Block a user