Web Components · Blogs
<mmm-blog-list>
Index of blog posts as a card grid.
What it is
The blog index — paginated grid of post cards with cover image, title, excerpt, author, and date.
When to use
- /blog or /journal landing page
Attributes
AttributeTypeDefaultDescription
data-per-pagenumber12Posts per page.data-show-authorbooleantrueShow the author byline on each card.idstring—Unique element identifier.classstring—Custom CSS class list.hiddenbooleanfalseHide the element without removing it from the DOM.Examples
Default
Paginated post grid.
<mmm-blog-list></mmm-blog-list>