Remove "_" from includes
This commit is contained in:
parent
6f2ed74bc4
commit
4348fc59b3
17 changed files with 40 additions and 40 deletions
|
@ -6,7 +6,7 @@
|
||||||
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
|
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include _open-graph.html %}
|
{% include open-graph.html %}
|
||||||
|
|
||||||
{% if site.owner.google.verify %}<!-- Webmaster Tools verfication -->
|
{% if site.owner.google.verify %}<!-- Webmaster Tools verfication -->
|
||||||
<meta name="google-site-verification" content="{{ site.owner.google.verify }}">{% endif %}
|
<meta name="google-site-verification" content="{{ site.owner.google.verify }}">{% endif %}
|
|
@ -19,5 +19,5 @@
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.comments %}
|
{% if page.comments %}
|
||||||
{% include _disqus_comments.html %}
|
{% include disqus-comments.html %}
|
||||||
{% endif %}
|
{% endif %}
|
|
@ -4,14 +4,14 @@
|
||||||
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
||||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
{% include _head.html %}
|
{% include head.html %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="home">
|
<body class="home">
|
||||||
|
|
||||||
{% include _browser-upgrade.html %}
|
{% include browser-upgrade.html %}
|
||||||
|
|
||||||
{% include _navigation.html %}
|
{% include navigation.html %}
|
||||||
|
|
||||||
{% if page.image.feature %}
|
{% if page.image.feature %}
|
||||||
<div class="image-wrap">
|
<div class="image-wrap">
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<div id="main" role="main">
|
<div id="main" role="main">
|
||||||
<div class="article-author-side">
|
<div class="article-author-side">
|
||||||
{% include _author-bio.html %}
|
{% include author-bio.html %}
|
||||||
</div>
|
</div>
|
||||||
<div id="index">
|
<div id="index">
|
||||||
<h3><a href="{{ site.url}}/posts/">Recent Posts</a></h3>
|
<h3><a href="{{ site.url}}/posts/">Recent Posts</a></h3>
|
||||||
|
@ -49,11 +49,11 @@
|
||||||
|
|
||||||
<div class="footer-wrap">
|
<div class="footer-wrap">
|
||||||
<footer>
|
<footer>
|
||||||
{% include _footer.html %}
|
{% include footer.html %}
|
||||||
</footer>
|
</footer>
|
||||||
</div><!-- /.footer-wrap -->
|
</div><!-- /.footer-wrap -->
|
||||||
|
|
||||||
{% include _scripts.html %}
|
{% include scripts.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
||||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
{% include _head.html %}
|
{% include head.html %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="page">
|
<body class="page">
|
||||||
|
|
||||||
{% include _browser-upgrade.html %}
|
{% include browser-upgrade.html %}
|
||||||
|
|
||||||
{% include _navigation.html %}
|
{% include navigation.html %}
|
||||||
|
|
||||||
{% if page.image.feature %}
|
{% if page.image.feature %}
|
||||||
<div class="image-wrap">
|
<div class="image-wrap">
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<div id="main" role="main">
|
<div id="main" role="main">
|
||||||
<div class="article-author-side">
|
<div class="article-author-side">
|
||||||
{% include _author-bio.html %}
|
{% include author-bio.html %}
|
||||||
</div>
|
</div>
|
||||||
<article class="page">
|
<article class="page">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% if page.share != false %}
|
{% if page.share != false %}
|
||||||
<hr />
|
<hr />
|
||||||
{% include _social-share.html %}
|
{% include social-share.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div><!-- /.article-wrap -->
|
</div><!-- /.article-wrap -->
|
||||||
{% if site.owner.disqus-shortname and page.comments == true %}
|
{% if site.owner.disqus-shortname and page.comments == true %}
|
||||||
|
@ -49,11 +49,11 @@
|
||||||
|
|
||||||
<div class="footer-wrap">
|
<div class="footer-wrap">
|
||||||
<footer>
|
<footer>
|
||||||
{% include _footer.html %}
|
{% include footer.html %}
|
||||||
</footer>
|
</footer>
|
||||||
</div><!-- /.footer-wrap -->
|
</div><!-- /.footer-wrap -->
|
||||||
|
|
||||||
{% include _scripts.html %}
|
{% include scripts.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
||||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
{% include _head.html %}
|
{% include head.html %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="post-index">
|
<body class="post-index">
|
||||||
|
|
||||||
{% include _browser-upgrade.html %}
|
{% include browser-upgrade.html %}
|
||||||
|
|
||||||
{% include _navigation.html %}
|
{% include navigation.html %}
|
||||||
|
|
||||||
{% if page.image.feature %}
|
{% if page.image.feature %}
|
||||||
<div class="image-wrap">
|
<div class="image-wrap">
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<div id="main" role="main">
|
<div id="main" role="main">
|
||||||
<div class="article-author-side">
|
<div class="article-author-side">
|
||||||
{% include _author-bio.html %}
|
{% include author-bio.html %}
|
||||||
</div>
|
</div>
|
||||||
<div id="index">
|
<div id="index">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
@ -55,11 +55,11 @@
|
||||||
|
|
||||||
<div class="footer-wrap">
|
<div class="footer-wrap">
|
||||||
<footer>
|
<footer>
|
||||||
{% include _footer.html %}
|
{% include footer.html %}
|
||||||
</footer>
|
</footer>
|
||||||
</div><!-- /.footer-wrap -->
|
</div><!-- /.footer-wrap -->
|
||||||
|
|
||||||
{% include _scripts.html %}
|
{% include scripts.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
||||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
{% include _head.html %}
|
{% include head.html %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="post">
|
<body class="post">
|
||||||
|
|
||||||
{% include _browser-upgrade.html %}
|
{% include browser-upgrade.html %}
|
||||||
|
|
||||||
{% include _navigation.html %}
|
{% include navigation.html %}
|
||||||
|
|
||||||
{% if page.image.feature %}
|
{% if page.image.feature %}
|
||||||
<div class="image-wrap">
|
<div class="image-wrap">
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<div id="main" role="main">
|
<div id="main" role="main">
|
||||||
<div class="article-author-side">
|
<div class="article-author-side">
|
||||||
{% include _author-bio.html %}
|
{% include author-bio.html %}
|
||||||
</div>
|
</div>
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<div class="headline-wrap">
|
<div class="headline-wrap">
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<hr />
|
<hr />
|
||||||
<footer role="contentinfo">
|
<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>
|
<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>
|
</footer>
|
||||||
</div><!-- /.article-wrap -->
|
</div><!-- /.article-wrap -->
|
||||||
|
@ -67,11 +67,11 @@
|
||||||
</div><!-- /.related-articles -->
|
</div><!-- /.related-articles -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<footer>
|
<footer>
|
||||||
{% include _footer.html %}
|
{% include footer.html %}
|
||||||
</footer>
|
</footer>
|
||||||
</div><!-- /.footer-wrap -->
|
</div><!-- /.footer-wrap -->
|
||||||
|
|
||||||
{% include _scripts.html %}
|
{% include scripts.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -36,7 +36,7 @@ sitemap: false
|
||||||
</author>
|
</author>
|
||||||
<content type="html">
|
<content type="html">
|
||||||
{{ post.content | xml_escape }}
|
{{ post.content | xml_escape }}
|
||||||
{% include _feed-footer.html %}
|
{% include feed-footer.html %}
|
||||||
</content>
|
</content>
|
||||||
</entry>
|
</entry>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -9,7 +9,7 @@ image:
|
||||||
creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
|
creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include _toc.html %}
|
{% include toc.html %}
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -59,14 +59,14 @@ How Minimal Mistakes is organized and what the various files are. All posts, lay
|
||||||
{% highlight text %}
|
{% highlight text %}
|
||||||
minimal-mistakes/
|
minimal-mistakes/
|
||||||
├── _includes/
|
├── _includes/
|
||||||
| ├── _author-bio.html # bio stuff layout. pulls optional owner data from _config.yml
|
| ├── author-bio.html # bio stuff layout. pulls optional owner data from _config.yml
|
||||||
| ├── _browser-upgrade.html # prompt to install a modern browser for < IE9
|
| ├── browser-upgrade.html # prompt to install a modern browser for < IE9
|
||||||
| ├── _disqus_comments.html # Disqus comments script
|
| ├── disqus-comments.html # Disqus comments script
|
||||||
| ├── _footer.html # site footer
|
| ├── footer.html # site footer
|
||||||
| ├── _head.html # site head
|
| ├── head.html # site head
|
||||||
| ├── _navigation.html # site top navigation
|
| ├── navigation.html # site top navigation
|
||||||
| ├── _open-graph.html # Twitter Cards and Open Graph meta data
|
| ├── open-graph.html # Twitter Cards and Open Graph meta data
|
||||||
| └── _scripts.html # site scripts
|
| └── scripts.html # site scripts
|
||||||
├── _layouts/
|
├── _layouts/
|
||||||
| ├── home.html # homepage layout
|
| ├── home.html # homepage layout
|
||||||
| ├── page.html # page 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.
|
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 %}
|
{% highlight html %}
|
||||||
{% raw %}{% include _toc.html %}{% endraw %}
|
{% raw %}{% include toc.html %}{% endraw %}
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
### Paragraph Indentation
|
### 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
|
||||||
|
|
||||||
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).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue