forked from mirror/_s
Merge pull request #580 from jgclarke/patch-1
Use `div`s consistently throughout templates.
This commit is contained in:
commit
6c783cd09f
|
@ -9,7 +9,7 @@
|
|||
|
||||
get_header(); ?>
|
||||
|
||||
<section id="primary" class="content-area">
|
||||
<div id="primary" class="content-area">
|
||||
<main id="main" class="site-main" role="main">
|
||||
|
||||
<?php if ( have_posts() ) : ?>
|
||||
|
@ -99,7 +99,7 @@ get_header(); ?>
|
|||
<?php endif; ?>
|
||||
|
||||
</main><!-- #main -->
|
||||
</section><!-- #primary -->
|
||||
</div><!-- #primary -->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
<?php get_footer(); ?>
|
||||
|
|
Reference in New Issue