Improve Stork theme integration, script locations
This commit is contained in:
parent
65853fccd2
commit
ab51476ba4
3 changed files with 18 additions and 15 deletions
|
@ -3,7 +3,10 @@
|
|||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{ if .Site.Params.Stork }}
|
||||
{{ partial "stork.html" . }}
|
||||
<div class="stork-search">
|
||||
<input data-stork="home" placeholder="🔎 Search {{ .Site.Title }}...">
|
||||
</div>
|
||||
<div data-stork="home-output"></div>
|
||||
<br>
|
||||
{{ end }}
|
||||
{{- partial "header.html" . -}}
|
||||
|
|
Reference in a new issue