Add AdSense code
This commit is contained in:
@@ -5,6 +5,10 @@ Copyright (C) 2015 by Redwood Labs
|
|||||||
All rights reserved.
|
All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.adsbygoogle {
|
||||||
|
margin-top: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
.view__browse_page
|
.view__browse_page
|
||||||
.sidebar
|
.sidebar
|
||||||
|
include ./includes/_sidebar_skyscraper.html
|
||||||
|
|
||||||
.mainBody
|
.mainBody
|
||||||
h2: p Active Mods
|
h2: p Active Mods
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
.view__configure_page
|
.view__configure_page
|
||||||
.sidebar
|
.sidebar
|
||||||
|
include ./includes/_sidebar_skyscraper.html
|
||||||
|
|
||||||
.mainBody
|
.mainBody
|
||||||
.view__mod_pack
|
.view__mod_pack
|
||||||
|
|||||||
@@ -15,6 +15,8 @@
|
|||||||
.titleImage <a href="/browse/enderio/"><img src="/data/enderio/logo.png"></a>
|
.titleImage <a href="/browse/enderio/"><img src="/data/enderio/logo.png"></a>
|
||||||
.titleImage <a href="/browse/railcraft/"><img src="/data/railcraft/logo.png"></a>
|
.titleImage <a href="/browse/railcraft/"><img src="/data/railcraft/logo.png"></a>
|
||||||
|
|
||||||
|
include ./includes/_sidebar_skyscraper.html
|
||||||
|
|
||||||
.mainBody
|
.mainBody
|
||||||
.section
|
.section
|
||||||
h2 Welcome!
|
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
|
.titleImage: a: img
|
||||||
a.craftingPlan.externalLink: p See Crafting Plan
|
a.craftingPlan.externalLink: p See Crafting Plan
|
||||||
|
|
||||||
|
include ./includes/_sidebar_skyscraper.html
|
||||||
|
|
||||||
.mainBody
|
.mainBody
|
||||||
h1.name
|
h1.name
|
||||||
.byline: p from <a></a>
|
.byline: p from <a></a>
|
||||||
|
|||||||
@@ -13,6 +13,8 @@
|
|||||||
a.documentation.externalLink(target="new"): p Documentation
|
a.documentation.externalLink(target="new"): p Documentation
|
||||||
a.download.externalLink(target="new"): p Download
|
a.download.externalLink(target="new"): p Download
|
||||||
|
|
||||||
|
include ./includes/_sidebar_skyscraper.html
|
||||||
|
|
||||||
.mainBody
|
.mainBody
|
||||||
h1.name
|
h1.name
|
||||||
.byline: p
|
.byline: p
|
||||||
|
|||||||
Reference in New Issue
Block a user