Related content

The 'Read next' suggestions block that appears at the end of article and wiki bodies.

Updated 2026-08-23

On this page

.related-content is the “Read next” suggestions block that sits at the end of long-form pages. It renders as just another article section — same horizontal padding as the body and references blocks, so the left edge aligns visually.

Source: themes/bifrost/sass/components/_related-content.scss · rendered by templates/partials/related-content.html

Anatomy#

ClassWhat
.related-contentContainer — top margin, body padding.
.related-content__title“Read next” header — font-family-lead, hairline underline.
.related-content__iconInline icon next to the title.
.related-content__gridTwo- or three-up grid of suggestion cards.
.related-content__itemOne suggestion card — built on .card.

The list is generated server-side by walking taxonomies and the page.extra.see_also array; clients see a static set, no JS round-trips.

Live examples#

Bottom of any wiki entry, e.g. /wiki/elohim/, or any article.

  • card — the primitive each item is built on.

Edit this page on GitHub