Add jquery

This commit is contained in:
ItsDrike 2021-08-25 19:36:37 +02:00
parent 4548c18688
commit 2ab2765363
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
5 changed files with 25 additions and 2 deletions

View file

@ -13,6 +13,7 @@
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}
{{ partial "script.html" "js/jquery.min.js" }}
{{ partial "script_async.html" "js/bootstrap.min.js" }}
{{ block "scripts_extra" . }}{{ end }}
</body>