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

@ -6,7 +6,7 @@
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
{% endif %}
{% include _open-graph.html %}
{% include open-graph.html %}
{% if site.owner.google.verify %}<!-- Webmaster Tools verfication -->
<meta name="google-site-verification" content="{{ site.owner.google.verify }}">{% endif %}

View file

@ -19,5 +19,5 @@
</script>
{% endif %}
{% if page.comments %}
{% include _disqus_comments.html %}
{% include disqus-comments.html %}
{% endif %}

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>

View file

@ -36,7 +36,7 @@ sitemap: false
</author>
<content type="html">
{{ post.content | xml_escape }}
{% include _feed-footer.html %}
{% include feed-footer.html %}
</content>
</entry>
{% endfor %}

View file

@ -9,7 +9,7 @@ image:
creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
---
{% include _toc.html %}
{% include toc.html %}
## Installation
@ -59,14 +59,14 @@ How Minimal Mistakes is organized and what the various files are. All posts, lay
{% highlight text %}
minimal-mistakes/
├── _includes/
| ├── _author-bio.html # bio stuff layout. pulls optional owner data from _config.yml
| ├── _browser-upgrade.html # prompt to install a modern browser for < IE9
| ├── _disqus_comments.html # Disqus comments script
| ├── _footer.html # site footer
| ├── _head.html # site head
| ├── _navigation.html # site top navigation
| ├── _open-graph.html # Twitter Cards and Open Graph meta data
| └── _scripts.html # site scripts
| ├── author-bio.html # bio stuff layout. pulls optional owner data from _config.yml
| ├── browser-upgrade.html # prompt to install a modern browser for < IE9
| ├── disqus-comments.html # Disqus comments script
| ├── footer.html # site footer
| ├── head.html # site head
| ├── navigation.html # site top navigation
| ├── open-graph.html # Twitter Cards and Open Graph meta data
| └── scripts.html # site scripts
├── _layouts/
| ├── home.html # homepage layout
| ├── page.html # page layout
@ -265,7 +265,7 @@ author: billy_rick
To include an auto-generated **table of contents** for posts and pages, add the following `_include` before the actual content. [Kramdown will take care of the rest](http://kramdown.rubyforge.org/converter/html.html#toc) and convert all headlines into list of links.
{% highlight html %}
{% raw %}{% include _toc.html %}{% endraw %}
{% raw %}{% include toc.html %}{% endraw %}
{% endhighlight %}
### Paragraph Indentation
@ -300,7 +300,7 @@ Not sure if this only effects Kramdown or if it's an issue with Markdown in gene
### Social Sharing Links
Social sharing links for Twitter, Facebook, and Google+ are included on posts/pages by default. To hide them on specific posts or pages add `share: false` to the YAML Front Matter. If you'd like to use different social networks modify `_includes/_social-share.html` to your liking. Icons are set using [Font Awesome](http://fontawesome.io).
Social sharing links for Twitter, Facebook, and Google+ are included on posts/pages by default. To hide them on specific posts or pages add `share: false` to the YAML Front Matter. If you'd like to use different social networks modify `_includes/social-share.html` to your liking. Icons are set using [Font Awesome](http://fontawesome.io).
---