some page templates
This commit is contained in:
8
home.php
8
home.php
@@ -4,12 +4,12 @@
|
||||
<body>
|
||||
<a class="skip-nav sr-only" href="#main-content">Skip to main</a>
|
||||
<?php get_template_part('global-head'); ?>
|
||||
|
||||
<main id="main-content" class="container" role="main">
|
||||
<?php get_template_part('home-loop'); ?>
|
||||
</main>
|
||||
|
||||
<?php // get_sidebar(); ?>
|
||||
<?php get_template_part('home-loop'); ?>
|
||||
|
||||
|
||||
</main>
|
||||
<?php get_footer(); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user