wrap front matter in --- so GitHub can preview it in a table

Changes to be committed:
	modified:   scaffolds/draft.md
	modified:   scaffolds/page.md
	modified:   scaffolds/post.md
	modified:   source/_posts/hello-world.md
This commit is contained in:
leesei 2015-12-08 10:23:09 +08:00
parent cee6e2d5b0
commit e35c9b7805
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
---
title: Hello World 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). 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).