This commit is contained in:
2018-07-24 18:52:51 -05:00
parent b78029b4ca
commit a2d5a31607
16 changed files with 155 additions and 28 deletions

View File

@ -3,7 +3,7 @@
<?php get_header(); ?>
<body>
<a class="skip-nav sr-only" href="#main-content">Skip to main</a>
<?php get_template_part('globalHead'); ?>
<?php get_template_part('global-head'); ?>
<main id="main-content" class="container" role="main">
<?php get_template_part('home-loop'); ?>