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" . }} {{ partial "styles/borders.html" . }}
{{ end -}} {{ 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" . -}} {{ partial "seo.html" . -}}
{{- block "head" . -}} {{- block "head" . -}}
{{ end }} {{ end }}

View file

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

View file

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