Fix posts tags: replace posts-datetime with posts-created

This commit is contained in:
Kristian Benestad 2026-05-20 21:45:30 +07:00
parent a24e8ed790
commit afd7f0e1f4
4 changed files with 4 additions and 4 deletions

View file

@ -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
```

View file

@ -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
```

View file

@ -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
```

View file

@ -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
```