first commit
This commit is contained in:
12
wp-content/themes/nuzi/index.php
Normal file
12
wp-content/themes/nuzi/index.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php get_header();?>
|
||||
|
||||
<div class="row">
|
||||
<div class="span9">
|
||||
<section class="content">
|
||||
<?php get_template_part("loop");?>
|
||||
</section>
|
||||
</div>
|
||||
<?php get_template_part("sidebar");?>
|
||||
</div>
|
||||
|
||||
<?php get_footer();?>
|
Reference in New Issue
Block a user