add basic layout

This commit is contained in:
2020-09-17 09:55:22 +02:00
parent d410e53c4c
commit f75fe68362
7 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
get_header();
?>
<div class="container">
<main id="primary" class="site-main">
<?php if ( have_posts() ) : ?>
@@ -47,7 +47,7 @@ get_header();
?>
</main><!-- #main -->
</div>
<?php
get_sidebar();
get_footer();