Latest Posts
Every way to use {{tortus:blog}} — your latest posts, in four layouts.
{{tortus:blog}} (blog_feed) pulls your latest published posts. It's the
richest layout system in the library — four distinct layout modes, plus
column count, card aspect, and per-field toggles — so the same token can be a
tight 3-up teaser row or a full editorial index.
Toggle Preview on any window to see the shape; Code to copy it.
The basics
Bare token — your 6 most recent posts, in a grid.
Under your own header — the pattern you'll use most.
Layout: grid
The default — an even card grid. columns is 2, 3, or 4.
Layout: featured-grid
One large lead post beside a stack of smaller ones — good for a homepage teaser.
Layout: editorial
A magazine-style index with mixed card sizes — the layout for a dedicated /blog page.
maxPosts=0 shows the full index instead of capping the count — use it when
this token IS the blog page, not a teaser on another page.
Layout: list
A compact, text-forward row layout — no big imagery, good for a sidebar or footer digest.
Card aspect & filtering
cardAspect is "wide" (default), "video", "photo", "square", or "tall".
tag scopes to one category; showTagFilter (default false) adds an
in-page filter bar for visitors.
Preview shows the tall card aspect; `tag` (which posts) and the visitor filter bar aren't reflected in the mock.
What's shown
showExcerpt, showAuthor, showCategory, showReadTime, and showDate all
default to true — trim any of them for a cleaner card.
CTA button
ctaText (default "View All Posts") and ctaLink (default /blog) control
the closing button; buttonStyle is "solid" (default), "outline", "pill", or "text".
A finished section
Full param table: Designer Handbook.

