feat!: Remove Bootstrap JS
This commit is contained in:
parent
89523e50c8
commit
733ba62b0b
1 changed files with 0 additions and 8 deletions
|
@ -94,14 +94,6 @@
|
||||||
{{ $maskjs := resources.Get "scripts/phone-masking.js" | minify }}
|
{{ $maskjs := resources.Get "scripts/phone-masking.js" | minify }}
|
||||||
{{ $jquerybundle := slice $jquery $jqmaskjs $maskjs | resources.Concat "js/jquery-bundle.js" }}
|
{{ $jquerybundle := slice $jquery $jqmaskjs $maskjs | resources.Concat "js/jquery-bundle.js" }}
|
||||||
<script src="{{ $jquerybundle.RelPermalink }}"></script>
|
<script src="{{ $jquerybundle.RelPermalink }}"></script>
|
||||||
|
|
||||||
<!-- Bootstrap -->
|
|
||||||
{{ $popperjs := resources.Get "scripts/popper/popper.min.js" }}
|
|
||||||
{{ $twbsjs := resources.Get "scripts/bootstrap/bootstrap.min.js" }}
|
|
||||||
{{ $ttjs := resources.Get "scripts/tooltip-enable.js" | minify }}
|
|
||||||
{{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" }}
|
|
||||||
<script src="{{ $bootstrapbundle.RelPermalink }}"></script>
|
|
||||||
|
|
||||||
<!-- GoatCounter -->
|
<!-- GoatCounter -->
|
||||||
<script
|
<script
|
||||||
data-goatcounter="https://millironx.goatcounter.com/count"
|
data-goatcounter="https://millironx.goatcounter.com/count"
|
||||||
|
|
Loading…
Reference in a new issue