Remove space after ---

This commit is contained in:
Michael Rose 2016-03-04 16:23:34 -05:00
parent 3b13509329
commit b2a56d6978
4 changed files with 22 additions and 7 deletions

View file

@ -89,9 +89,17 @@ kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Collections
collections:
recipes:
output: true
permalink: /:collection/:categories/:path/
pets:
output: true
permalink: /:collection/:categories/:path/
# Defaults
defaults:
# _posts
- scope:
path: ""
@ -101,13 +109,24 @@ defaults:
comments: true
share: true
related: true
# _pages
- scope:
path: _pages
type: pages
values:
layout: post
# _recipes
- scope:
path: _recipes
type: recipes
values:
layout: post
# _pets
- scope:
path: _pets
type: pets
values:
layout: post
# Plugins
gems:
@ -151,5 +170,4 @@ author:
twitter : *twitter
weibo :
xing :
youtube :
youtube :

View file

@ -4,7 +4,6 @@ excerpt: "Page not found. Your pixels are in another canvas."
sitemap: false
permalink: /404.html
---
Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
<script type="text/javascript">

View file

@ -3,7 +3,6 @@ permalink: /about/
title: "About the Theme"
modified: 2014-08-08T20:53:07.573882-04:00
---
Minimal Mistakes is responsive Jekyll theme with large featured images and solid typography. As the name implies the styling is fairly minimal to make it easier for you to build on top of.
## Minimal Mistakes is all about:

View file

@ -7,7 +7,6 @@ excerpt: "Instructions on how to install and customize the Jekyll theme Minimal
share: true
comments: true
---
{% include toc.html %}
## Installation