clean up search output
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-12 10:13:43 -07:00
parent 1a2850ca8c
commit 830c1a4666
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<body> <body>
{% include "header.njk" %} {% include "header.njk" %}
<main id="main" data-pagefind-body> <main id="main">
{{ content | safe }} {{ content | safe }}
</main> </main>
+1 -1
View File
@@ -3,7 +3,7 @@ layout: base.njk
--- ---
{% js %}{% include "node_modules/@zachleat/heading-anchors/heading-anchors.js" %}{% endjs %} {% js %}{% include "node_modules/@zachleat/heading-anchors/heading-anchors.js" %}{% endjs %}
<heading-anchors content="<i class='fa-solid fa-anchor'></i>"> <heading-anchors content="<i class='fa-solid fa-anchor'></i>" data-pagefind-body>
<h1>{{ title }}</h1> <h1>{{ title }}</h1>
{{ content | safe }} {{ content | safe }}
+1 -1
View File
@@ -8,7 +8,7 @@ layout: base.njk
{% js %}{% include "js/modal.js" %}{% endjs %} {% js %}{% include "js/modal.js" %}{% endjs %}
<heading-anchors content="<i class='fa-solid fa-anchor'></i>"> <heading-anchors content="<i class='fa-solid fa-anchor'></i>">
<article> <article data-pagefind-body>
<h1>{{ title }}</h1> <h1>{{ title }}</h1>
<div class="post-metadata"> <div class="post-metadata">