mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Tag names changed from posts-date-*/posts-datetime-* to posts-created-*. Renderer updated to filter, sort, group, and display using the created field from search.json. Page meta display also updated to drop date/datetime fallbacks. Samplesite posts and pages updated to match. https://claude.ai/code/session_013A4egzphocyto9bvZ76dxf
23 lines
405 B
Markdown
23 lines
405 B
Markdown
---
|
|
title: Blog
|
|
section-id: blog
|
|
sort: 110
|
|
---
|
|
|
|
# Latest News
|
|
|
|
Stay up to date with announcements, product updates, and industry insights from the Acme Corporation team.
|
|
|
|
## All Posts
|
|
|
|
```mdcms
|
|
posts-created-reversechronological-byyear
|
|
limit: all
|
|
defaultyear: current
|
|
selectyear: yes
|
|
paginate: no
|
|
```
|
|
|
|
## Older Posts
|
|
|
|
For posts from previous years, use the year selector above to browse our full archive.
|