Merge pull request #2571 from yous/patch-mixed-case-category

This commit is contained in:
Parker Moore
2015-01-17 14:55:30 -08:00
9 changed files with 78 additions and 18 deletions

View File

@@ -5,6 +5,7 @@ categories:
- bar
- baz
- z_category
- MixedCase
tags:
- first
- second

View File

@@ -1,5 +1,5 @@
---
categories: foo bar baz
categories: foo bar baz MixedCase
foo: bar
layout: default
tags: ay bee cee

View File

@@ -0,0 +1,7 @@
---
layout: default
title: Another Mixed Case Category in YAML
category: Mixedcase
---
Best *post* ever

View File

@@ -0,0 +1,7 @@
---
layout: default
title: Mixed Case Category in YAML
category: MixedCase
---
Best *post* ever