mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-07 11:54:10 +02:00
Remove leftovers
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
77f7e8104a
commit
7dfd746e06
|
|
@ -34,7 +34,7 @@ search backend.
|
||||||
|
|
||||||
$searchInput.focus(() => {
|
$searchInput.focus(() => {
|
||||||
pagefind.init();
|
pagefind.init();
|
||||||
});
|
});
|
||||||
|
|
||||||
//
|
//
|
||||||
// Register handler
|
// Register handler
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,6 @@
|
||||||
</aside>
|
</aside>
|
||||||
<main class="col-12 col-md-9 col-xl-8 ps-md-5" role="main">
|
<main class="col-12 col-md-9 col-xl-8 ps-md-5" role="main">
|
||||||
{{ partial "version-banner.html" . }}
|
{{ partial "version-banner.html" . }}
|
||||||
<div id="search"></div>
|
|
||||||
{{ if not (.Param "ui.breadcrumb_disable") -}}
|
{{ if not (.Param "ui.breadcrumb_disable") -}}
|
||||||
{{ partial "breadcrumb.html" . -}}
|
{{ partial "breadcrumb.html" . -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue