Skip to content

Commit

Permalink
Fix for bug olefredrik#66
Browse files Browse the repository at this point in the history
  • Loading branch information
jmotes committed Jun 27, 2014
1 parent e0e9f8a commit c7e029e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 404.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php get_header(); ?>

<!-- Row for main content area -->
<div class="row">
<div class="small-12 large-8 columns" role="main">

<article <?php post_class() ?> id="post-<?php the_ID(); ?>">
Expand All @@ -22,5 +22,5 @@

</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
</div>
<?php get_footer(); ?>

0 comments on commit c7e029e

Please sign in to comment.