Skip to content

Commit

Permalink
Better indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Englert committed Sep 5, 2015
1 parent 28bd18d commit ff9485c
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions archive-custom_type.php
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?php get_header(); ?>

<div id="content">

<div id="inner-content" class="row">

<main id="main" class="large-8 medium-8 columns" role="main">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<!-- To see additional archive styles, visit the /parts directory -->
<?php get_template_part( 'parts/loop', 'archive' ); ?>

<?php endwhile; ?>

<?php joints_page_navi(); ?>

<?php else : ?>

<?php get_template_part( 'parts/content', 'missing' ); ?>

<?php endif; ?>

</main> <!-- end #main -->
<div id="content">

<div id="inner-content" class="row">

<main id="main" class="large-8 medium-8 columns" role="main">

<?php get_sidebar(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<!-- To see additional archive styles, visit the /parts directory -->
<?php get_template_part( 'parts/loop', 'archive' ); ?>

</div> <!-- end #inner-content -->

</div> <!-- end #content -->
<?php endwhile; ?>

<?php joints_page_navi(); ?>

<?php else : ?>

<?php get_template_part( 'parts/content', 'missing' ); ?>

<?php endif; ?>

</main> <!-- end #main -->

<?php get_sidebar(); ?>

</div> <!-- end #inner-content -->

</div> <!-- end #content -->

<?php get_footer(); ?>

0 comments on commit ff9485c

Please sign in to comment.