Remove leftovers

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach 2026-03-17 13:21:42 +01:00
parent 77f7e8104a
commit 7dfd746e06
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,7 @@ search backend.
$searchInput.focus(() => {
pagefind.init();
});
});
//
// Register handler

View file

@ -49,7 +49,6 @@
</aside>
<main class="col-12 col-md-9 col-xl-8 ps-md-5" role="main">
{{ partial "version-banner.html" . }}
<div id="search"></div>
{{ if not (.Param "ui.breadcrumb_disable") -}}
{{ partial "breadcrumb.html" . -}}
{{ end -}}