extra div removal is now causing site footer to not work.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 6 Oct 2016 17:20:22 +0000 (13:20 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 6 Oct 2016 17:20:22 +0000 (13:20 -0400)
If there's no blocks on home page the footer is now not working
correctly.

templates/template.html

index 3e0b395..1b3fd5e 100755 (executable)
@@ -10,7 +10,7 @@
     {end:}
     {styles:h}
     <link rel="stylesheet" href="{mediaBaseURL:h}css/app.css?v=1.0.31" />
-    <link rel="shortcut icon" href="/favicon.ico?v=1.1">
+    <link rel="shortcut icon" href="/favicon.ico?v=1.1" />
     {topScripts:h}
 
     </head>
                                     <img src="{v[img]:h}" alt="Home page headline image">
                                     </a>
                                 </div>
-                                {end:}
-                                {if:v[img]}
-                                <div class="small-12 medium-8 columns">
+                                <div class="small-12 medium-8 columns"><!-- headline content -->
                                 {else:}
-                                <div class="small-12 columns">
+                                <div class="small-12 columns"><!-- headline content -->
                                 {end:}
                                     {v[descr]:h}
                                     <span class="hHlinesMore">
                                         <a href="{v[href]:h}" class="hHlinesMoreLink">
-                                            <span class="nobreak">More Info >></span>
+                                            <span class="nobreak">More Info &gt;&gt;</span>
                                         </a>
                                     </span>
+                                </div><!-- headline content -->
                                 </div>
                             </div><!-- /.hHlinesItem -->
                             {end:}
     </div>
 </div><!--/#wrapper-->
                 <a class="exit-off-canvas"></a>
-            </div>
-        </div>
+        </div><!-- .inner-wrap -->
+</div><!-- .off-canvas-wrap -->
 {bottomScripts:h}
 <script type="text/javascript">
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");