ildi-wp/home.php

16 lines
372 B
PHP
Raw Permalink Normal View History

2018-07-24 08:20:35 -05:00
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<?php get_header(); ?>
<body>
<a class="skip-nav sr-only" href="#main-content">Skip to main</a>
2018-07-24 18:52:51 -05:00
<?php get_template_part('global-head'); ?>
2018-07-24 08:20:35 -05:00
<main id="main-content" class="container" role="main">
2018-08-10 18:48:11 -05:00
2018-07-24 08:20:35 -05:00
<?php get_template_part('home-loop'); ?>
2018-08-10 18:48:11 -05:00
</main>
2018-07-24 08:20:35 -05:00
<?php get_footer(); ?>
</body>
</html>