added check for posts directory
This commit is contained in:
parent
63ca2a7b46
commit
fb67ef046a
7 changed files with 37 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
type: article
|
||||
title: tiltetest
|
||||
---
|
||||
|
||||
# My amazing markdown file!
|
||||
|
|
10
test/posts/in.md
Normal file
10
test/posts/in.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: tiltetest
|
||||
---
|
||||
|
||||
# My amazing markdown file!
|
||||
|
||||
I can _even_ do **this**!
|
||||
|
||||
- Or, I could...
|
||||
- [Link](page.md) to this file
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Yaml testing file
|
||||
type: article
|
||||
---
|
||||
|
||||
# My amazing markdown file!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue