Improve Stork theme integration, script locations

This commit is contained in:
Elnu 2022-07-17 17:35:29 -07:00
parent 65853fccd2
commit ab51476ba4
3 changed files with 18 additions and 15 deletions

View file

@ -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" . -}}