mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
only load search index on search page
This commit is contained in:
parent
b217acea16
commit
00a1a1cc17
|
@ -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 }}
|
||||
|
|
|
@ -5,6 +5,4 @@
|
|||
{{ partial "nav-social.html" . }}
|
||||
<a href="#top">back to top</a>
|
||||
</div>
|
||||
</footer>
|
||||
{{ partial "search/search-index.html" . }}
|
||||
|
||||
</footer>
|
|
@ -18,4 +18,5 @@
|
|||
<style>
|
||||
a[href="#top"] {display: none;}
|
||||
</style>
|
||||
{{ partial "search/search-index.html" . }}
|
||||
{{ end }}
|
Loading…
Reference in a new issue