mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
Fix posts tags: replace posts-datetime with posts-created
This commit is contained in:
parent
a24e8ed790
commit
afd7f0e1f4
4 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ I started writing this blog because I wanted a place to share what I have learne
|
|||
## Recent Posts
|
||||
|
||||
```mdcms
|
||||
posts-datetime-reversechronological
|
||||
posts-created-reversechronological
|
||||
limit: 10
|
||||
paginate: yes
|
||||
```
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ Key recipes: hollandaise (with the science and the fixes), chicken and veal stoc
|
|||
## Latest Recipes
|
||||
|
||||
```mdcms
|
||||
posts-datetime-reversechronological
|
||||
posts-created-reversechronological
|
||||
limit: 10
|
||||
paginate: yes
|
||||
```
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ The complete TechPulse archive, updated with every new publication. Use the sear
|
|||
Articles are listed in reverse chronological order. Our most recent coverage appears first.
|
||||
|
||||
```mdcms
|
||||
posts-datetime-reversechronological
|
||||
posts-created-reversechronological
|
||||
limit: 10
|
||||
paginate: yes
|
||||
```
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ Maya Osei leads TechPulse as editor-in-chief, bringing ten years of technology j
|
|||
## Latest Articles
|
||||
|
||||
```mdcms
|
||||
posts-datetime-reversechronological
|
||||
posts-created-reversechronological
|
||||
limit: 10
|
||||
paginate: yes
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue