Remove "_" from includes

This commit is contained in:
Michael Rose
2016-02-22 14:58:16 -05:00
parent 6f2ed74bc4
commit 4348fc59b3
17 changed files with 40 additions and 40 deletions

View File

@@ -4,14 +4,14 @@
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
{% include _head.html %}
{% include head.html %}
</head>
<body class="home">
{% include _browser-upgrade.html %}
{% include browser-upgrade.html %}
{% include _navigation.html %}
{% include navigation.html %}
{% if page.image.feature %}
<div class="image-wrap">
@@ -30,7 +30,7 @@
<div id="main" role="main">
<div class="article-author-side">
{% include _author-bio.html %}
{% include author-bio.html %}
</div>
<div id="index">
<h3><a href="{{ site.url}}/posts/">Recent Posts</a></h3>
@@ -49,11 +49,11 @@
<div class="footer-wrap">
<footer>
{% include _footer.html %}
{% include footer.html %}
</footer>
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
{% include scripts.html %}
</body>
</html>