show only the first post in blog at once
parent
8f732ff789
commit
1525680564
|
@ -1,4 +1,10 @@
|
||||||
Commit: cc1e64f
|
Commit: 484f487
|
||||||
|
Author: Rowan Clark
|
||||||
|
Tue Feb 21 02:02:27 2023
|
||||||
|
Commit subject:
|
||||||
|
show only the first post in blog at once
|
||||||
|
|
||||||
|
Commit: 8f732ff
|
||||||
Author: Rowan Clark
|
Author: Rowan Clark
|
||||||
Tue Feb 21 01:59:28 2023
|
Tue Feb 21 01:59:28 2023
|
||||||
Commit subject:
|
Commit subject:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
paginate_by = 2
|
paginate_by = 1
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
title = "Blog"
|
title = "Blog"
|
||||||
+++
|
+++
|
||||||
|
|
Loading…
Reference in New Issue