From 84004d3ac0b3084531465268e095727144fc85ed Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 8 Aug 2025 01:42:25 -0500 Subject: [PATCH] Change pagefind to only index the content of articles Fixes #97 --- layouts/baseof.html | 2 +- layouts/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/baseof.html b/layouts/baseof.html index 161ead2..87d4e25 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -13,7 +13,7 @@ {{ partial "breadcrumb.html" . }} {{ end }} -
+
{{ block "main" . }} THIS TEXT SHOULD NOT SHOW. YUZSIQGHE (that string is so I can grep for it) {{ end }} diff --git a/layouts/page.html b/layouts/page.html index d6455c2..5800455 100644 --- a/layouts/page.html +++ b/layouts/page.html @@ -24,7 +24,7 @@ {{ partial "feature-figure.html" . }} -
+
{{ .Content }}