Change pagefind to only index the content of articles

Fixes #97
This commit is contained in:
2025-08-08 01:42:25 -05:00
parent 52a6440011
commit 84004d3ac0
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
{{ partial "feature-figure.html" . }}
<article class="post-content">
<article class="post-content" data-pagefind-body>
{{ .Content }}
</article>