Merge pull request #1 from leesei/master
wrap front matter in `---` so GitHub can preview it in a table
This commit is contained in:
commit
1da45a926e
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: {{ title }}
|
title: {{ title }}
|
||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: {{ title }}
|
title: {{ title }}
|
||||||
date: {{ date }}
|
date: {{ date }}
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: {{ title }}
|
title: {{ title }}
|
||||||
date: {{ date }}
|
date: {{ date }}
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@ -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).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user