We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82578a commit 4274dceCopy full SHA for 4274dce
1 file changed
layouts/partials/scripts.html
@@ -1,5 +1,5 @@
1
<!-- <script src="/js/popper.min.js"></script> -->
2
-<script src="/js/bootstrap.bundle.min.js"></script>
+<!-- <script src="/js/bootstrap.bundle.min.js"></script> -->
3
4
{{ if .Site.Params.mermaid.enable }}
5
<script src="https://cdn.jsdelivr.net/npm/js-yaml@4.1.0/dist/js-yaml.min.js"></script>
@@ -35,7 +35,7 @@
35
{{ if .Site.Params.offlineSearch }}
36
{{ $jsSearch = resources.Get "js/offline-search.js" }}
37
{{ end }}
38
-{{ $js := (slice $jsBase $security $jsAnchor $jsSearch $jsMermaid $jsPlantuml) | resources.Concat "js/main.js" }}
+{{ $js := (slice $jsBs $jsBase $security $jsAnchor $jsSearch $jsMermaid $jsPlantuml) | resources.Concat "js/main.js" }}
39
{{ if hugo.IsServer }}
40
<script src="{{ $js.RelPermalink }}"></script>
41
{{ else }}
0 commit comments