Remove "_" from includes
This commit is contained in:
@@ -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).
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user