Add data-pagefind-body attribute on title H1, to include it in the index
diff --git a/src/main/jbake/templates/layout/main.tpl b/src/main/jbake/templates/layout/main.tpl
index 9b1c8bb..2e64d1b 100644
--- a/src/main/jbake/templates/layout/main.tpl
+++ b/src/main/jbake/templates/layout/main.tpl
@@ -24,7 +24,7 @@
 
                     if( content ) {
                         if(content.title) {
-                            h1(class:"title") {
+                            h1(class:"title","data-pagefind-body":true) {
                                 yield "${ content.title }"
                             }
                         }