Fix location of previous pixel tracking script.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Mar 2018 20:03:49 +0000 (15:03 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Mar 2018 20:03:49 +0000 (15:03 -0500)
Shouldn't put stuff between head and body

index.php
style.css

index 0d1f1d6..764332c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,9 +1,9 @@
 <!doctype html>
 <html class="no-js" lang="en">
     <?php get_template_part("parts/header-meta"); ?>
-    <script src="//assets.adobedtm.com/c876840ac68fc41c08a580a3fb1869c51ca83380/satelliteLib-30fead5d761aa89d526c1c7574337fc3251f527a.js"></script>
     <?php $index_template = true;?>
     <body>
+        <script src="//assets.adobedtm.com/c876840ac68fc41c08a580a3fb1869c51ca83380/satelliteLib-30fead5d761aa89d526c1c7574337fc3251f527a.js"></script>
         <div class="off-canvas-wrap" data-offcanvas>
             <div class="inner-wrap">
                 <div id="page-wrapper">
index 2a83b6a..4a2db83 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Visit Escanaba
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Visit Escanaba
-Version: 1.0.4
+Version: 1.0.5
 */