Add data-pagefind-body to elements that will be indexed

This commit is contained in:
Ben Aultowski 2026-01-02 00:10:20 -05:00
parent c80c052701
commit 06b9643183
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ layout: base
<turbo-frame id="main-content">
<div class="region" style="--region-space-top: var(--space-xl-2xl)">
<div class="wrapper flow prose">
<div class="wrapper flow prose" data-pagefind-body>
<nav aria-label="Album navigation" class="cluster" style="--cluster-horizontal-alignment: space-between; --gutter: var(--space-s)">
<div>
<div class="track-list-bg">

View file

@ -4,7 +4,7 @@ layout: base
<turbo-frame id="main-content">
<div class="region" style="--region-space-top: var(--space-xl-2xl)">
<div class="wrapper flow prose">
<div class="wrapper flow prose" data-pagefind-body >
<h1>{{ title }}</h1>
{{ content | safe }}

View file

@ -4,7 +4,7 @@ schema: BlogPosting
---
<div class="region" style="--region-space-top: var(--space-xl-2xl)">
<div class="wrapper flow prose">
<div class="wrapper flow prose" data-pagefind-body >
<h1 class="gradient-text">{{ title }}</h1>
{% if image %}