Initial commit.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
if ( !defined( 'WPINC' ) ) {
|
||||
die;
|
||||
}
|
||||
?>
|
||||
|
||||
<?php get_header(); ?>
|
||||
|
||||
<?php if ( have_posts() ) : ?>
|
||||
<div class="minimalistflex-home">
|
||||
<?php get_template_part( 'templates/loop' ); ?>
|
||||
</div>
|
||||
<?php the_posts_pagination(); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user