Skip to content

Commit

Permalink
v1.2.0 CSS Grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaiz committed May 1, 2018
1 parent 79b66c4 commit 0b5b916
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions page.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

<div id="content">

<div id="inner-content" class="wrap cf">
<div id="inner-content" class="wrap">

<main id="main" class="m-all t-2of3 d-5of7 cf" role="main" itemscope itemprop="mainContentOfPage" itemtype="http://schema.org/Blog">
<main id="main" class="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="http://schema.org/Blog">

<?php // Edit the loop in /templates/loop. Or roll your own. ?>
<?php get_template_part( 'templates/loop'); ?>
<?php // Edit the loop in /templates/loop. Or roll your own. ?>
<?php get_template_part( 'templates/loop'); ?>

</main>

<?php get_sidebar(); ?>
</main>

</div>

</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>

0 comments on commit 0b5b916

Please sign in to comment.