Skip to content

Commit 4274dce

Browse files
committed
chore: bootstrap to main
Signed-off-by: rogerogers <rogers@rogerogers.com>
1 parent b82578a commit 4274dce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/partials/scripts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- <script src="/js/popper.min.js"></script> -->
2-
<script src="/js/bootstrap.bundle.min.js"></script>
2+
<!-- <script src="/js/bootstrap.bundle.min.js"></script> -->
33

44
{{ if .Site.Params.mermaid.enable }}
55
<script src="https://cdn.jsdelivr.net/npm/js-yaml@4.1.0/dist/js-yaml.min.js"></script>
@@ -35,7 +35,7 @@
3535
{{ if .Site.Params.offlineSearch }}
3636
{{ $jsSearch = resources.Get "js/offline-search.js" }}
3737
{{ end }}
38-
{{ $js := (slice $jsBase $security $jsAnchor $jsSearch $jsMermaid $jsPlantuml) | resources.Concat "js/main.js" }}
38+
{{ $js := (slice $jsBs $jsBase $security $jsAnchor $jsSearch $jsMermaid $jsPlantuml) | resources.Concat "js/main.js" }}
3939
{{ if hugo.IsServer }}
4040
<script src="{{ $js.RelPermalink }}"></script>
4141
{{ else }}

0 commit comments

Comments
 (0)