Add file extensions back to non-helper _includes

This commit is contained in:
Michael Rose
2016-03-10 21:13:01 -05:00
parent 8d046af7a9
commit f63b8fe294
33 changed files with 46 additions and 31 deletions
+7 -7
View File
@@ -7,13 +7,13 @@ layout: compress
<!DOCTYPE html>
<html lang="{{ site.locale | slice: 0,2 }}">
<head>
{% include head %}
{% include head.html %}
</head>
<body>
{% include browser-upgrade %}
{% include navigation %}
{% include browser-upgrade.html %}
{% include masthead.html %}
{% if page.header.image %}
<div class="page__hero">
@@ -31,12 +31,12 @@ layout: compress
{% endif %}
{% if site.breadcrumbs %}
{% include breadcrumbs %}
{% include breadcrumbs.html %}
{% endif %}
<div id="main" role="main">
<div class="sidebar sticky">
{% if page.author_profile %}{% include author-profile %}{% endif %}
{% if page.author_profile %}{% include author-profile.html %}{% endif %}
{% if page.sidebar %}
{% for s in page.sidebar %}
{% if s.image %}
@@ -59,11 +59,11 @@ layout: compress
<div class="footer-wrap">
<footer>
{% include footer %}
{% include footer.html %}
</footer>
</div><!-- /.footer-wrap -->
{% include scripts %}
{% include scripts.html %}
</body>
</html>
+2 -4
View File
@@ -19,10 +19,8 @@ layout: default
{% if page.link %}<div><a href="{{ page.link }}" class="btn">{{ site.data.ui-text[site.locale].ext_link_label }}</a></div>{% endif %}
</section>
<hr />
<footer role="contentinfo">
{% if site.share and page.share %}{% include social-share %}{% endif %}
<footer>
{% if site.share and page.share %}{% include social-share.html %}{% endif %}
{% if page.modified %}
<p class="byline"><strong>{{ site.data.ui-text[site.locale].date_label }}</strong> <time datetime="{{ page.modified | date: "%Y-%m-%d" }}">{{ page.modified | date: "%B %d, %Y" }}</time></p>
{% elsif page.date %}