Add data-pagefind-body to elements that will be indexed
This commit is contained in:
parent
c80c052701
commit
06b9643183
3 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue