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