Starting on yaml categories

This commit is contained in:
Nick Quaranto 2009-01-27 17:38:35 -05:00
parent 2303115235
commit 4bcfaeae69
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
layout: default
title: Categories in YAML
categories: foo bar baz
---
Best *post* ever

View File

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