We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data-pagefind-body
1 parent 29f6990 commit cebc749Copy full SHA for cebc749
1 file changed
src/layouts/PostDetails.astro
@@ -90,7 +90,6 @@ const nextPost =
90
"mx-auto w-full max-w-3xl px-4 pb-12",
91
{ "mt-8": !SITE.showBackButton },
92
]}
93
- data-pagefind-body
94
>
95
<h1
96
transition:name={slugifyStr(title)}
@@ -102,7 +101,11 @@ const nextPost =
102
101
<Datetime {pubDatetime} {modDatetime} {timezone} size="lg" class="my-2" />
103
<EditPost class="max-sm:hidden" {hideEditPost} {post} />
104
</div>
105
- <article id="article" class="mx-auto prose mt-8 max-w-3xl">
+ <article
+ id="article"
106
+ class="mx-auto prose mt-8 max-w-3xl"
107
+ data-pagefind-body
108
+ >
109
<Content />
110
</article>
111
0 commit comments