Change location of banner ad
Change-Id: Ie34f12be5fcaa9c379a80e27a003af4c15df6198
diff --git a/_includes/header.html b/_includes/header.html
index 3ad432d..306903c 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,3 +1,15 @@
+ <div class="wrapper">
+ <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+<!-- twrp.me 320x100 large mobile banner -->
+<ins class="adsbygoogle"
+ style="display:inline-block;width:320px;height:100px"
+ data-ad-client="ca-pub-3594204119287048"
+ data-ad-slot="1141077597"></ins>
+<script>
+(adsbygoogle = window.adsbygoogle || []).push({});
+</script>
+ </div>
+
<header class="site-header">
<div class="wrapper">
@@ -24,17 +36,4 @@
</div>
- <div class="wrapper">
- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
-<!-- twrp.me 320x100 large mobile banner -->
-<ins class="adsbygoogle"
- style="display:inline-block;width:320px;height:100px"
- data-ad-client="ca-pub-3594204119287048"
- data-ad-slot="1141077597"></ins>
-<script>
-(adsbygoogle = window.adsbygoogle || []).push({});
-</script>
- </div>
-
-
</header>