We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b629f1 commit 5f7a3bfCopy full SHA for 5f7a3bf
1 file changed
layouts/_default/baseof.html
@@ -44,8 +44,6 @@
44
}}
45
<script id="app-config" type="application/json">{{ $cfg | jsonify | safeJS }}</script>
46
47
- <script src="/pagefind/pagefind-ui.js" defer></script>
48
-
49
{{ $app := resources.Get "js/app.js" | js.Build (dict "minify" true) | resources.Fingerprint "sha256" }}
50
<script src="{{ $app.RelPermalink }}" integrity="{{ $app.Data.Integrity }}" defer></script>
51
0 commit comments