I fixed a div problem
authorIan Weller <ian@gaslightmedia.com>
Fri, 18 Nov 2016 20:15:06 +0000 (15:15 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 18 Nov 2016 20:15:06 +0000 (15:15 -0500)
I forgot a div in the blog archive file.  I put it in and should be
working now.

sections/blog-archive.php

index 319bee6..594a136 100644 (file)
@@ -35,6 +35,7 @@
                 </div><!-- /#post-404 -->
             <?php } ?>
         </div>
+    </div>
         <?php get_template_part('parts/blog-sidebar-r'); ?>
     </div>
 </main>
\ No newline at end of file