Rename _includes

This commit is contained in:
Michael Rose
2013-12-09 09:16:56 -05:00
parent df55210149
commit b527a83e54
11 changed files with 34 additions and 34 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="page" itemscope itemtype="http://schema.org/WebPage">
{% include browser-upgrade.html %}
{% include _browser-upgrade.html %}
{% include navigation.html %}
{% include _navigation.html %}
{% if page.image.feature %}<div class="image-wrap">
<img src="{{ site.url }}/images/{{ page.image.feature }}" alt="{{ page.title }} feature image" itemprop="primaryImageOfPage">
@@ -20,7 +20,7 @@
<div id="main" role="main" itemprop="mainContentOfPage">
<div class="article-author-top">
{% include author-bio.html %}
{% include _author-bio.html %}
</div>
<article itemscope itemtype="http://schema.org/CreativeWork">
<h1 itemprop="name">{{ page.title }}</h1>
@@ -32,11 +32,11 @@
<div class="footer-wrap">
<footer>
{% include footer.html %}
{% include _footer.html %}
</footer>
</div><!-- /.footer-wrap -->
{% include scripts.html %}
{% include _scripts.html %}
</body>
</html>