Update index page for incorrect ending div placement
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 2 Feb 2016 18:20:49 +0000 (13:20 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 2 Feb 2016 18:20:49 +0000 (13:20 -0500)
index.php
style.css

index 00311e0..d19a826 100644 (file)
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@
                     <?php endwhile; else:?>
                     <p><?php _e('Sorry, no posts yet');?></p>
                     <?php endif;?>
-                </div>
+                </div><!-- #main-content -->
                 <?php if (is_checkout() || is_cart()) { ?>
                     <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
                 <?php } else { ?>
@@ -44,8 +44,8 @@
                             <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
                         </ul>
                     </div>
-                </div>
                 <?php } ?>
-            </div>
-        </div>
+                </div>
+            </div><!-- .row -->
+        </div><!-- #content-wrapper -->
 <?php get_footer(); ?>
index 94734a8..ad9096d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Staffords
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Staffords
-Version: 1.0.12
+Version: 1.0.13
 */