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>

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">
{% 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>
<article class="page">
<h1>{{ page.title }}</h1>
@ -38,7 +38,7 @@
{{ content }}
{% if page.share != false %}
<hr />
{% include _social-share.html %}
{% include social-share.html %}
{% endif %}
</div><!-- /.article-wrap -->
{% if site.owner.disqus-shortname and page.comments == true %}
@ -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>

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="post-index">
{% 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">
<h1>{{ page.title }}</h1>
@ -55,11 +55,11 @@
<div class="footer-wrap">
<footer>
{% include _footer.html %}
{% include footer.html %}
</footer>
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
{% include scripts.html %}
</body>
</html>

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="post">
{% 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>
<article class="post">
<div class="headline-wrap">
@ -44,7 +44,7 @@
{{ content }}
<hr />
<footer role="contentinfo">
{% if page.share != false %}{% include _social-share.html %}{% endif %}
{% if page.share != false %}{% include social-share.html %}{% endif %}
<p class="byline"><strong>{{ page.title }}</strong> was published on <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %d, %Y" }}</time>{% if page.modified %} and last modified on <time datetime="{{ page.modified | date: "%Y-%m-%d" }}">{{ page.modified | date: "%B %d, %Y" }}</time>{% endif %}.</p>
</footer>
</div><!-- /.article-wrap -->
@ -67,11 +67,11 @@
</div><!-- /.related-articles -->
{% endif %}
<footer>
{% include _footer.html %}
{% include footer.html %}
</footer>
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
{% include scripts.html %}
</body>
</html>