move script loads to end of body
parent
0f4d728263
commit
a1d90162cb
|
@ -27,4 +27,5 @@
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
{{ partial "foot" . }}
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -9,14 +9,6 @@
|
||||||
<!-- Theme stylesheet, you can customize css by creating static/custom.css` in your website -->
|
<!-- Theme stylesheet, you can customize css by creating static/custom.css` in your website -->
|
||||||
<link rel="stylesheet" href="{{ "custom.css" | relURL }}">
|
<link rel="stylesheet" href="{{ "custom.css" | relURL }}">
|
||||||
|
|
||||||
{{ if default true .Site.Params.GeekdocSearch }}
|
|
||||||
{{ .Scratch.Set "geekdocSearchConfig" .Site.Params.GeekdocSearchConfig }}
|
|
||||||
<!-- Remove after https://github.com/gohugoio/hugo/issues/6331 -->
|
|
||||||
{{ $searchJSFile := printf "js/%s.search.js" .Language.Lang }}
|
|
||||||
{{ $searchJS := resources.Get "js/search.js" | resources.ExecuteAsTemplate $searchJSFile . | resources.Minify }}
|
|
||||||
<script defer src="{{ $searchJS.RelPermalink }}"></script>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
<!-- RSS -->
|
<!-- RSS -->
|
||||||
{{ with .OutputFormats.Get "rss" -}}
|
{{ with .OutputFormats.Get "rss" -}}
|
||||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
||||||
|
|
Loading…
Reference in New Issue