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

@@ -13,7 +13,7 @@
{{ partial "breadcrumb.html" . }}
{{ end }}
<main id="main-content" {{ if .IsPage }}data-pagefind-body{{ end }}>
<main id="main-content">
{{ block "main" . }}
THIS TEXT SHOULD NOT SHOW. YUZSIQGHE (that string is so I can grep for it)
{{ end }}