mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +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
|
## Recent Posts
|
||||||
|
|
||||||
```mdcms
|
```mdcms
|
||||||
posts-datetime-reversechronological
|
posts-created-reversechronological
|
||||||
limit: 10
|
limit: 10
|
||||||
paginate: yes
|
paginate: yes
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ Key recipes: hollandaise (with the science and the fixes), chicken and veal stoc
|
||||||
## Latest Recipes
|
## Latest Recipes
|
||||||
|
|
||||||
```mdcms
|
```mdcms
|
||||||
posts-datetime-reversechronological
|
posts-created-reversechronological
|
||||||
limit: 10
|
limit: 10
|
||||||
paginate: yes
|
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.
|
Articles are listed in reverse chronological order. Our most recent coverage appears first.
|
||||||
|
|
||||||
```mdcms
|
```mdcms
|
||||||
posts-datetime-reversechronological
|
posts-created-reversechronological
|
||||||
limit: 10
|
limit: 10
|
||||||
paginate: yes
|
paginate: yes
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ Maya Osei leads TechPulse as editor-in-chief, bringing ten years of technology j
|
||||||
## Latest Articles
|
## Latest Articles
|
||||||
|
|
||||||
```mdcms
|
```mdcms
|
||||||
posts-datetime-reversechronological
|
posts-created-reversechronological
|
||||||
limit: 10
|
limit: 10
|
||||||
paginate: yes
|
paginate: yes
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue