Merge pull request #1 from leesei/master

wrap front matter in `---` so GitHub can preview it in a table
This commit is contained in:
Tommy Chen 2015-12-08 10:27:16 +08:00
commit 1da45a926e
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
title: {{ title }}
tags:
---

View File

@ -1,3 +1,4 @@
---
title: {{ title }}
date: {{ date }}
---

View File

@ -1,3 +1,4 @@
---
title: {{ title }}
date: {{ date }}
tags:

View File

@ -1,3 +1,4 @@
---
title: Hello World
---
Welcome to [Hexo](http://hexo.io/)! This is your very first post. Check [documentation](http://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](http://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).