Move blog directory.
This commit is contained in:
parent
aabe7052d8
commit
7bf962afcd
|
|
@ -2,8 +2,8 @@
|
|||
title: "Welcome!"
|
||||
toc: false
|
||||
listing:
|
||||
id: blog-listing
|
||||
contents: blog
|
||||
id: post-listing
|
||||
contents: posts
|
||||
type: table
|
||||
fields: [title, date]
|
||||
sort: "date desc"
|
||||
|
|
@ -20,5 +20,5 @@ today isn't nearly as interesting.
|
|||
|
||||
## Latest Posts
|
||||
|
||||
::: {#blog-listing}
|
||||
::: {#post-listing}
|
||||
:::
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: "Posts"
|
||||
toc: false
|
||||
listing:
|
||||
contents: blog
|
||||
contents: posts
|
||||
type: table
|
||||
fields: [title, date]
|
||||
sort: "date desc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue