removed some code in the wrong place
This commit is contained in:
parent
746a750cf1
commit
6f18465f88
|
@ -26,9 +26,6 @@
|
||||||
</div>
|
</div>
|
||||||
{{ if and (.Site.Params.searchbarEverywhere | default true) (and (.Site.Params.enableSearch | default true) (not (eq .Title "Search"))) }}
|
{{ if and (.Site.Params.searchbarEverywhere | default true) (and (.Site.Params.enableSearch | default true) (not (eq .Title "Search"))) }}
|
||||||
{{- partial "searchbar.html" . -}}
|
{{- partial "searchbar.html" . -}}
|
||||||
<script>
|
|
||||||
document.getElementById('searchbar').
|
|
||||||
</script>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
|
|
Loading…
Reference in New Issue