Skip to content

Commit 5f6c137

Browse files
committed
Update page.php
1 parent 2d1c778 commit 5f6c137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: page.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php while (have_posts()) : the_post(); ?>
2-
<?php get_template_part('templates/page', 'header'); ?>
3-
<?php get_template_part('templates/content', 'page'); ?>
4-
<?php endwhile; ?>
2+
<?php get_template_part('templates/page', 'header'); ?>
3+
<?php get_template_part('templates/content', 'page'); ?>
4+
<?php endwhile; ?>

0 commit comments

Comments
 (0)