Skip to content

Commit

Permalink
fixing erros
Browse files Browse the repository at this point in the history
  • Loading branch information
Scotty D. committed Feb 11, 2024
1 parent ac13c1a commit 9c76db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="{{"/assets/vendor/startbootstrap-clean-blog/js/scripts.js" | relative_url }}"></script>
<script src="{{"/assets/vendor/writing-stuff/js/scripts.js" | relative_url }}"></script>

<script src="{{"/assets/scripts.js" | relative_url }}"></script>

{% if page.url contains 'contact' %}
<!-- Form Validation -->
<script src="{{"/assets/vendor/startbootstrap-clean-blog/js/jqBootstrapValidation.js" | relative_url }}"></script>
<script src="{{"/assets/vendor/writing-stuff/js/jqBootstrapValidation.js" | relative_url }}"></script>
<!-- Send Form -->
<script>
$(function () {
Expand Down

0 comments on commit 9c76db5

Please sign in to comment.