Change relURL to relLangURL

This commit is contained in:
Will Faught
2022-12-15 22:24:23 -08:00
parent a7b165ca58
commit cef96b4602
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{{ with .Site.Params.paige_bootstrap_scripts }}
<script defer src="{{ relURL . }}"></script>
<script defer src="{{ relLangURL . }}"></script>
{{ else }}
<script crossorigin="anonymous" defer integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" referrerpolicy="no-referrer" src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
{{ end }}