Update page.php

This commit is contained in:
joshlevinson
2014-06-16 12:41:45 -04:00
parent 2d1c77837b
commit 5f6c137a17

View File

@@ -1,4 +1,4 @@
<?php while (have_posts()) : the_post(); ?>
<?php get_template_part('templates/page', 'header'); ?>
<?php get_template_part('templates/content', 'page'); ?>
<?php endwhile; ?>
<?php get_template_part('templates/page', 'header'); ?>
<?php get_template_part('templates/content', 'page'); ?>
<?php endwhile; ?>