mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Merge pull request #2571 from yous/patch-mixed-case-category
This commit is contained in:
@@ -5,6 +5,7 @@ categories:
|
||||
- bar
|
||||
- baz
|
||||
- z_category
|
||||
- MixedCase
|
||||
tags:
|
||||
- first
|
||||
- second
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
categories: foo bar baz
|
||||
categories: foo bar baz MixedCase
|
||||
foo: bar
|
||||
layout: default
|
||||
tags: ay bee cee
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
title: Another Mixed Case Category in YAML
|
||||
category: Mixedcase
|
||||
---
|
||||
|
||||
Best *post* ever
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
title: Mixed Case Category in YAML
|
||||
category: MixedCase
|
||||
---
|
||||
|
||||
Best *post* ever
|
||||
Reference in New Issue
Block a user