Update archive.php

Revising the "primary" element to use a "div" vs. "section" to bring it into sync with index.php and single.php
This commit is contained in:
Jason Clarke 2014-08-17 13:02:35 -04:00
parent e88ad83914
commit 52b11510b8
1 changed files with 2 additions and 2 deletions

View File

@ -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(); ?>