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
@@ -14,7 +14,7 @@
get_header();
?>
<div class="container">
<main id="primary" class="site-main">
<?php
@@ -51,7 +51,7 @@ get_header();
?>
</main><!-- #main -->
</div>
<?php
get_sidebar();
get_footer();