1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Read validate-forms.js from assets.

This commit is contained in:
XhmikosR
2020-05-02 18:49:12 +03:00
parent 6824d67beb
commit 358d637d1c
3 changed files with 10 additions and 24 deletions

View File

@@ -47,5 +47,9 @@
{{ partial "footer" . }}
{{ partial "scripts" . }}
{{ range .Page.Params.extra_js -}}
<script{{ with .async }} async{{ end }} src="{{ .src }}"></script>
{{- end -}}
</body>
</html>