only load search index on search page

This commit is contained in:
a 2022-12-19 10:20:54 -06:00
parent b217acea16
commit 00a1a1cc17
3 changed files with 2 additions and 9 deletions

View File

@ -54,12 +54,6 @@
{{ partial "styles/borders.html" . }}
{{ end -}}
{{- /* import Fork Awesome (TODO: replace with proper SVG icons?) */ -}}
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
crossorigin="anonymous">
{{ partial "seo.html" . -}}
{{- block "head" . -}}
{{ end }}

View File

@ -5,6 +5,4 @@
{{ partial "nav-social.html" . }}
<a href="#top">back to top</a>
</div>
</footer>
{{ partial "search/search-index.html" . }}
</footer>

View File

@ -18,4 +18,5 @@
<style>
a[href="#top"] {display: none;}
</style>
{{ partial "search/search-index.html" . }}
{{ end }}