mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
23 lines
402 B
Markdown
23 lines
402 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-date-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.
|