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:
parent
cee6e2d5b0
commit
e35c9b7805
@ -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